Html Css Color HEX #42C52C Lime Green

📋 copy color: '#42C52C'

red 66 ◦ green 197 ◦ blue 44

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

Shades of Lime Green #42C52C

Tints of Lime Green #42C52C

RGB

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

 GREEN value IS 197 (77.34% from 255) = 64.17%

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

R = 21.5%
G = 64.17%
B = 14.33%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#42C52C (or 0x42C52C) is known color: Lime Green. HEX triplet: 42, C5 and 2C. RGB value is (66,197,44). Sum of RGB (Red+Green+Blue) = 66+197+44=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 197 (77.34% from 255 or 64.17% from 307); Blue value is 44 (17.58% from 255 or 14.33% from 307); Max value from RGB is 197 - color contains mainly: green. Hex color #42C52C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C52C is #BD3AD3. Grayscale: #8C8C8C. Windows color (decimal): -12401364 or 2934082. OLE color: 2934082.

HSL color Cylindrical-coordinate representation of color #42C52C: hue angle of 111.37º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #42C52C is Cyan = 0.66, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB 66 197 44 -
CMYK 0.66 0 0.78 0.23
HSL 111.37º 0.63% 0.47% -
HSV(B) 111.37º 0.78% 0.77% -
XYZ 22.67 41.27 9.15 -
YUV 140.39 73.6 74.94 -
System Red Green Blue C M Y K H S L
Decimal 66 197 44 0.66 0 0.78 0.23 111.37 0.63 0.47
Hex 42 C5 2C 42 0 4E 17 6F 3F 2F
Octal 102 305 54 102 0 116 27 157 77 57
Binary 1000010 11000101 101100 1000010 0 1001110 10111 1101111 111111 101111

Color Harmonies of #42C52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C52C

Black with #42C52C

Text Example


Text Example

White with #42C52C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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