Html Css Color HEX #42C33E Lime Green

📋 copy color: '#42C33E'

red 66 ◦ green 195 ◦ blue 62

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

Shades of Lime Green #42C33E

Tints of Lime Green #42C33E

RGB

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

 GREEN value IS 195 (76.56% from 255) = 60.37%

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

R = 20.43%
G = 60.37%
B = 19.2%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#42C33E (or 0x42C33E) is known color: Lime Green. HEX triplet: 42, C3 and 3E. RGB value is (66,195,62). Sum of RGB (Red+Green+Blue) = 66+195+62=323 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.43% from 323); Green value is 195 (76.56% from 255 or 60.37% from 323); Blue value is 62 (24.61% from 255 or 19.20% from 323); Max value from RGB is 195 - color contains mainly: green. Hex color #42C33E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C33E is #BD3CC1. Grayscale: #8D8D8D. Windows color (decimal): -12401858 or 4113218. OLE color: 4113218.

HSL color Cylindrical-coordinate representation of color #42C33E: hue angle of 118.2º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42C33E is Cyan = 0.66, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB 66 195 62 -
CMYK 0.66 0 0.68 0.24
HSL 118.2º 0.53% 0.5% -
HSV(B) 118.2º 0.68% 0.76% -
XYZ 22.63 40.54 11.19 -
YUV 141.27 83.26 74.31 -
System Red Green Blue C M Y K H S L
Decimal 66 195 62 0.66 0 0.68 0.24 118.2 0.53 0.5
Hex 42 C3 3E 42 0 44 18 76 35 32
Octal 102 303 76 102 0 104 30 166 65 62
Binary 1000010 11000011 111110 1000010 0 1000100 11000 1110110 110101 110010

Color Harmonies of #42C33E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C33E

Black with #42C33E

Text Example


Text Example

White with #42C33E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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