Html Css Color HEX #42CA40 Lime Green

📋 copy color: '#42CA40'

red 66 ◦ green 202 ◦ blue 64

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

Shades of Lime Green #42CA40

Tints of Lime Green #42CA40

RGB

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

 GREEN value IS 202 (79.3% from 255) = 60.84%

 BLUE value IS 64 (25.39% from 255) = 19.28%

R = 19.88%
G = 60.84%
B = 19.28%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#42CA40 (or 0x42CA40) is known color: Lime Green. HEX triplet: 42, CA and 40. RGB value is (66,202,64). Sum of RGB (Red+Green+Blue) = 66+202+64=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 202 (79.30% from 255 or 60.84% from 332); Blue value is 64 (25.39% from 255 or 19.28% from 332); Max value from RGB is 202 - color contains mainly: green. Hex color #42CA40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42CA40 is #BD35BF. Grayscale: #929292. Windows color (decimal): -12400064 or 4246082. OLE color: 4246082.

HSL color Cylindrical-coordinate representation of color #42CA40: hue angle of 119.13º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42CA40 is Cyan = 0.67, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 66 202 64 -
CMYK 0.67 0 0.68 0.21
HSL 119.13º 0.57% 0.52% -
HSV(B) 119.13º 0.68% 0.79% -
XYZ 24.29 43.77 12.02 -
YUV 145.6 81.94 71.22 -
System Red Green Blue C M Y K H S L
Decimal 66 202 64 0.67 0 0.68 0.21 119.13 0.57 0.52
Hex 42 CA 40 43 0 44 15 77 39 34
Octal 102 312 100 103 0 104 25 167 71 64
Binary 1000010 11001010 1000000 1000011 0 1000100 10101 1110111 111001 110100

Color Harmonies of #42CA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CA40

Black with #42CA40

Text Example


Text Example

White with #42CA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,202,64); }

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

background-color css

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

 a { background-color: rgb(66,202,64); }

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

border-color css

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

 span { border-color: rgb(66,202,64); }

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