Html Css Color HEX #42CE28 Lime Green

📋 copy color: '#42CE28'

red 66 ◦ green 206 ◦ blue 40

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

Shades of Lime Green #42CE28

Tints of Lime Green #42CE28

RGB

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

 GREEN value IS 206 (80.86% from 255) = 66.03%

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

R = 21.15%
G = 66.03%
B = 12.82%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#42CE28 (or 0x42CE28) is known color: Lime Green. HEX triplet: 42, CE and 28. RGB value is (66,206,40). Sum of RGB (Red+Green+Blue) = 66+206+40=312 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.15% from 312); Green value is 206 (80.86% from 255 or 66.03% from 312); Blue value is 40 (16.02% from 255 or 12.82% from 312); Max value from RGB is 206 - color contains mainly: green. Hex color #42CE28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42CE28 is #BD31D7. Grayscale: #919191. Windows color (decimal): -12399064 or 2674242. OLE color: 2674242.

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

Color convert

RGB 66 206 40 -
CMYK 0.68 0 0.81 0.19
HSL 110.6º 0.67% 0.48% -
HSV(B) 110.6º 0.81% 0.81% -
XYZ 24.7 45.45 9.48 -
YUV 145.22 68.62 71.5 -
System Red Green Blue C M Y K H S L
Decimal 66 206 40 0.68 0 0.81 0.19 110.6 0.67 0.48
Hex 42 CE 28 44 0 51 13 6F 43 30
Octal 102 316 50 104 0 121 23 157 103 60
Binary 1000010 11001110 101000 1000100 0 1010001 10011 1101111 1000011 110000

Color Harmonies of #42CE28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CE28

Black with #42CE28

Text Example


Text Example

White with #42CE28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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