Html Css Color HEX #42CB28 Lime Green

📋 copy color: '#42CB28'

red 66 ◦ green 203 ◦ blue 40

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

Shades of Lime Green #42CB28

Tints of Lime Green #42CB28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.94%

R = 21.36%
G = 65.7%
B = 12.94%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#42CB28 (or 0x42CB28) is known color: Lime Green. HEX triplet: 42, CB and 28. RGB value is (66,203,40). Sum of RGB (Red+Green+Blue) = 66+203+40=309 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.36% from 309); Green value is 203 (79.69% from 255 or 65.70% from 309); Blue value is 40 (16.02% from 255 or 12.94% from 309); Max value from RGB is 203 - color contains mainly: green. Hex color #42CB28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42CB28 is #BD34D7. Grayscale: #8F8F8F. Windows color (decimal): -12399832 or 2673474. OLE color: 2673474.

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

Color convert

RGB 66 203 40 -
CMYK 0.67 0 0.80 0.20
HSL 110.43º 0.67% 0.48% -
HSV(B) 110.43º 0.8% 0.8% -
XYZ 23.99 44.02 9.24 -
YUV 143.46 69.61 72.75 -
System Red Green Blue C M Y K H S L
Decimal 66 203 40 0.67 0 0.80 0.20 110.43 0.67 0.48
Hex 42 CB 28 43 0 50 14 6E 43 30
Octal 102 313 50 103 0 120 24 156 103 60
Binary 1000010 11001011 101000 1000011 0 1010000 10100 1101110 1000011 110000

Color Harmonies of #42CB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CB28

Black with #42CB28

Text Example


Text Example

White with #42CB28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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