Html Css Color HEX #42C53E Lime Green

📋 copy color: '#42C53E'

red 66 ◦ green 197 ◦ blue 62

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

Shades of Lime Green #42C53E

Tints of Lime Green #42C53E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.08%

R = 20.31%
G = 60.62%
B = 19.08%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#42C53E (or 0x42C53E) is known color: Lime Green. HEX triplet: 42, C5 and 3E. RGB value is (66,197,62). Sum of RGB (Red+Green+Blue) = 66+197+62=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 197 (77.34% from 255 or 60.62% from 325); Blue value is 62 (24.61% from 255 or 19.08% from 325); Max value from RGB is 197 - color contains mainly: green. Hex color #42C53E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C53E is #BD3AC1. Grayscale: #8E8E8E. Windows color (decimal): -12401346 or 4113730. OLE color: 4113730.

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

Color convert

RGB 66 197 62 -
CMYK 0.66 0 0.69 0.23
HSL 118.22º 0.54% 0.51% -
HSV(B) 118.22º 0.69% 0.77% -
XYZ 23.08 41.44 11.34 -
YUV 142.44 82.6 73.48 -
System Red Green Blue C M Y K H S L
Decimal 66 197 62 0.66 0 0.69 0.23 118.22 0.54 0.51
Hex 42 C5 3E 42 0 45 17 76 36 33
Octal 102 305 76 102 0 105 27 166 66 63
Binary 1000010 11000101 111110 1000010 0 1000101 10111 1110110 110110 110011

Color Harmonies of #42C53E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C53E

Black with #42C53E

Text Example


Text Example

White with #42C53E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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