Html Css Color HEX #42CB26 Lime Green

📋 copy color: '#42CB26'

red 66 ◦ green 203 ◦ blue 38

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

Shades of Lime Green #42CB26

Tints of Lime Green #42CB26

RGB

 RED value IS 66 (26.17% from 255) = 21.5%

 GREEN value IS 203 (79.69% from 255) = 66.12%

 BLUE value IS 38 (15.23% from 255) = 12.38%

R = 21.5%
G = 66.12%
B = 12.38%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#42CB26 (or 0x42CB26) is known color: Lime Green. HEX triplet: 42, CB and 26. RGB value is (66,203,38). Sum of RGB (Red+Green+Blue) = 66+203+38=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 203 (79.69% from 255 or 66.12% from 307); Blue value is 38 (15.23% from 255 or 12.38% from 307); Max value from RGB is 203 - color contains mainly: green. Hex color #42CB26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42CB26 is #BD34D9. Grayscale: #8F8F8F. Windows color (decimal): -12399834 or 2542402. OLE color: 2542402.

HSL color Cylindrical-coordinate representation of color #42CB26: hue angle of 109.82º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #42CB26 is Cyan = 0.67, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.20.

Color convert

RGB 66 203 38 -
CMYK 0.67 0 0.81 0.20
HSL 109.82º 0.68% 0.47% -
HSV(B) 109.82º 0.81% 0.8% -
XYZ 23.95 44.01 9.07 -
YUV 143.23 68.61 72.92 -
System Red Green Blue C M Y K H S L
Decimal 66 203 38 0.67 0 0.81 0.20 109.82 0.68 0.47
Hex 42 CB 26 43 0 51 14 6E 44 2F
Octal 102 313 46 103 0 121 24 156 104 57
Binary 1000010 11001011 100110 1000011 0 1010001 10100 1101110 1000100 101111

Color Harmonies of #42CB26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CB26

Black with #42CB26

Text Example


Text Example

White with #42CB26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42CB26; }

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

 H1.HeaderClassName
 {
   color: #42CB26;
 }
 .AnyTagClassName
 {
   color: #42CB26;
 }
</style>

background-color css

<style>
 a { background-color: #42CB26; }

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

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

border-color css

<style>
 span { border-color: #42CB26; }

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

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