Html Css Color HEX #42C23E Lime Green

📋 copy color: '#42C23E'

red 66 ◦ green 194 ◦ blue 62

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

Shades of Lime Green #42C23E

Tints of Lime Green #42C23E

RGB

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

 GREEN value IS 194 (76.17% from 255) = 60.25%

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

R = 20.5%
G = 60.25%
B = 19.25%

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

#42C23E (or 0x42C23E) is known color: Lime Green. HEX triplet: 42, C2 and 3E. RGB value is (66,194,62). Sum of RGB (Red+Green+Blue) = 66+194+62=322 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.50% from 322); Green value is 194 (76.17% from 255 or 60.25% from 322); Blue value is 62 (24.61% from 255 or 19.25% from 322); Max value from RGB is 194 - color contains mainly: green. Hex color #42C23E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C23E is #BD3DC1. Grayscale: #8D8D8D. Windows color (decimal): -12402114 or 4112962. OLE color: 4112962.

HSL color Cylindrical-coordinate representation of color #42C23E: hue angle of 118.18º degrees, saturation: 0.52, 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 #42C23E is Cyan = 0.66, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB 66 194 62 -
CMYK 0.66 0 0.68 0.24
HSL 118.18º 0.52% 0.5% -
HSV(B) 118.18º 0.68% 0.76% -
XYZ 22.41 40.09 11.11 -
YUV 140.68 83.59 74.73 -
System Red Green Blue C M Y K H S L
Decimal 66 194 62 0.66 0 0.68 0.24 118.18 0.52 0.5
Hex 42 C2 3E 42 0 44 18 76 34 32
Octal 102 302 76 102 0 104 30 166 64 62
Binary 1000010 11000010 111110 1000010 0 1000100 11000 1110110 110100 110010

Color Harmonies of #42C23E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C23E

Black with #42C23E

Text Example


Text Example

White with #42C23E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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