Html Css Color HEX #42CC2C Lime Green

📋 copy color: '#42CC2C'

red 66 ◦ green 204 ◦ blue 44

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

Shades of Lime Green #42CC2C

Tints of Lime Green #42CC2C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 64.97%

 BLUE value IS 44 (17.58% from 255) = 14.01%

R = 21.02%
G = 64.97%
B = 14.01%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#42CC2C (or 0x42CC2C) is known color: Lime Green. HEX triplet: 42, CC and 2C. RGB value is (66,204,44). Sum of RGB (Red+Green+Blue) = 66+204+44=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 204 (80.08% from 255 or 64.97% from 314); Blue value is 44 (17.58% from 255 or 14.01% from 314); Max value from RGB is 204 - color contains mainly: green. Hex color #42CC2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42CC2C is #BD33D3. Grayscale: #919191. Windows color (decimal): -12399572 or 2935874. OLE color: 2935874.

HSL color Cylindrical-coordinate representation of color #42CC2C: hue angle of 111.75º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #42CC2C is Cyan = 0.68, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB 66 204 44 -
CMYK 0.68 0 0.78 0.2
HSL 111.75º 0.65% 0.49% -
HSV(B) 111.75º 0.78% 0.8% -
XYZ 24.29 44.53 9.7 -
YUV 144.5 71.28 72.01 -
System Red Green Blue C M Y K H S L
Decimal 66 204 44 0.68 0 0.78 0.2 111.75 0.65 0.49
Hex 42 CC 2C 44 0 4E 14 70 41 31
Octal 102 314 54 104 0 116 24 160 101 61
Binary 1000010 11001100 101100 1000100 0 1001110 10100 1110000 1000001 110001

Color Harmonies of #42CC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CC2C

Black with #42CC2C

Text Example


Text Example

White with #42CC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,204,44); }

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

background-color css

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

 a { background-color: rgb(66,204,44); }

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

border-color css

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

 span { border-color: rgb(66,204,44); }

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