Html Css Color HEX #42D23E Lime Green

📋 copy color: '#42D23E'

red 66 ◦ green 210 ◦ blue 62

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

Shades of Lime Green #42D23E

Tints of Lime Green #42D23E

RGB

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

 GREEN value IS 210 (82.42% from 255) = 62.13%

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

R = 19.53%
G = 62.13%
B = 18.34%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#42D23E (or 0x42D23E) is known color: Lime Green. HEX triplet: 42, D2 and 3E. RGB value is (66,210,62). Sum of RGB (Red+Green+Blue) = 66+210+62=338 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.53% from 338); Green value is 210 (82.42% from 255 or 62.13% from 338); Blue value is 62 (24.61% from 255 or 18.34% from 338); Max value from RGB is 210 - color contains mainly: green. Hex color #42D23E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D23E is #BD2DC1. Grayscale: #969696. Windows color (decimal): -12398018 or 4117058. OLE color: 4117058.

HSL color Cylindrical-coordinate representation of color #42D23E: hue angle of 118.38º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42D23E is Cyan = 0.69, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 66 210 62 -
CMYK 0.69 0 0.70 0.18
HSL 118.38º 0.62% 0.53% -
HSV(B) 118.38º 0.7% 0.82% -
XYZ 26.16 47.6 12.37 -
YUV 150.07 78.29 68.03 -
System Red Green Blue C M Y K H S L
Decimal 66 210 62 0.69 0 0.70 0.18 118.38 0.62 0.53
Hex 42 D2 3E 45 0 46 12 76 3E 35
Octal 102 322 76 105 0 106 22 166 76 65
Binary 1000010 11010010 111110 1000101 0 1000110 10010 1110110 111110 110101

Color Harmonies of #42D23E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D23E

Black with #42D23E

Text Example


Text Example

White with #42D23E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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