Html Css Color HEX #26B242 Lime Green

📋 copy color: '#26B242'

red 38 ◦ green 178 ◦ blue 66

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

Shades of Lime Green #26B242

Tints of Lime Green #26B242

RGB

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

 GREEN value IS 178 (69.92% from 255) = 63.12%

 BLUE value IS 66 (26.17% from 255) = 23.4%

R = 13.48%
G = 63.12%
B = 23.4%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#26B242 (or 0x26B242) is known color: Lime Green. HEX triplet: 26, B2 and 42. RGB value is (38,178,66). Sum of RGB (Red+Green+Blue) = 38+178+66=282 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.48% from 282); Green value is 178 (69.92% from 255 or 63.12% from 282); Blue value is 66 (26.17% from 255 or 23.40% from 282); Max value from RGB is 178 - color contains mainly: green. Hex color #26B242 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #26B242 is #D94DBD. Grayscale: #7B7B7B. Windows color (decimal): -14241214 or 4370982. OLE color: 4370982.

HSL color Cylindrical-coordinate representation of color #26B242: hue angle of 132º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #26B242 is Cyan = 0.79, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB 38 178 66 -
CMYK 0.79 0 0.63 0.30
HSL 132º 0.65% 0.42% -
HSV(B) 132º 0.79% 0.7% -
XYZ 17.7 32.65 10.52 -
YUV 123.37 95.62 67.11 -
System Red Green Blue C M Y K H S L
Decimal 38 178 66 0.79 0 0.63 0.30 132 0.65 0.42
Hex 26 B2 42 4F 0 3F 1E 84 41 2A
Octal 46 262 102 117 0 77 36 204 101 52
Binary 100110 10110010 1000010 1001111 0 111111 11110 10000100 1000001 101010

Color Harmonies of #26B242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26B242

Black with #26B242

Text Example


Text Example

White with #26B242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,178,66); }

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

background-color css

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

 a { background-color: rgb(38,178,66); }

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

border-color css

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

 span { border-color: rgb(38,178,66); }

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