Html Css Color HEX #26B534 Lime Green

📋 copy color: '#26B534'

red 38 ◦ green 181 ◦ blue 52

#26B534
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #26B534

Tints of Lime Green #26B534

RGB

 RED value IS 38 (15.23% from 255) = 14.02%

 GREEN value IS 181 (71.09% from 255) = 66.79%

 BLUE value IS 52 (20.7% from 255) = 19.19%

R = 14.02%
G = 66.79%
B = 19.19%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.71

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#26B534 (or 0x26B534) is known color: Lime Green. HEX triplet: 26, B5 and 34. RGB value is (38,181,52). Sum of RGB (Red+Green+Blue) = 38+181+52=271 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.02% from 271); Green value is 181 (71.09% from 255 or 66.79% from 271); Blue value is 52 (20.70% from 255 or 19.19% from 271); Max value from RGB is 181 - color contains mainly: green. Hex color #26B534 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26B534 is #D94ACB. Grayscale: #7B7B7B. Windows color (decimal): -14240460 or 3454246. OLE color: 3454246.

HSL color Cylindrical-coordinate representation of color #26B534: hue angle of 125.87º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #26B534 is Cyan = 0.79, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB 38 181 52 -
CMYK 0.79 0 0.71 0.29
HSL 125.87º 0.65% 0.43% -
HSV(B) 125.87º 0.79% 0.71% -
XYZ 17.94 33.71 8.81 -
YUV 123.54 87.62 66.99 -
System Red Green Blue C M Y K H S L
Decimal 38 181 52 0.79 0 0.71 0.29 125.87 0.65 0.43
Hex 26 B5 34 4F 0 47 1D 7E 41 2B
Octal 46 265 64 117 0 107 35 176 101 53
Binary 100110 10110101 110100 1001111 0 1000111 11101 1111110 1000001 101011

Color Harmonies of #26B534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26B534

Black with #26B534

Text Example


Text Example

White with #26B534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26B534; }

 p { color: rgb(38,181,52); }

 H1.HeaderClassName
 {
   color: #26B534;
 }
 .AnyTagClassName
 {
   color: #26B534;
 }
</style>

background-color css

<style>
 a { background-color: #26B534; }

 a { background-color: rgb(38,181,52); }

 div.DivClassName
 {
   background-color: #26B534;
 }
 .BgClassName
 {
   background-color: #26B534;
 }
</style>

border-color css

<style>
 span { border-color: #26B534; }

 span { border-color: rgb(38,181,52); }

 td.TdClassName
 {
   border-color: #26B534;
 }
 .TagClassName
 {
   border-color: #26B534;
 }
</style>