Html Css Color HEX #42D232 Lime Green

📋 copy color: '#42D232'

red 66 ◦ green 210 ◦ blue 50

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

Shades of Lime Green #42D232

Tints of Lime Green #42D232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.34%

R = 20.25%
G = 64.42%
B = 15.34%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#42D232 (or 0x42D232) is known color: Lime Green. HEX triplet: 42, D2 and 32. RGB value is (66,210,50). Sum of RGB (Red+Green+Blue) = 66+210+50=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 210 (82.42% from 255 or 64.42% from 326); Blue value is 50 (19.92% from 255 or 15.34% from 326); Max value from RGB is 210 - color contains mainly: green. Hex color #42D232 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D232 is #BD2DCD. Grayscale: #959595. Windows color (decimal): -12398030 or 3330626. OLE color: 3330626.

HSL color Cylindrical-coordinate representation of color #42D232: hue angle of 114º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #42D232 is Cyan = 0.69, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 66 210 50 -
CMYK 0.69 0 0.76 0.18
HSL 114º 0.64% 0.51% -
HSV(B) 114º 0.76% 0.82% -
XYZ 25.87 47.48 10.82 -
YUV 148.7 72.29 69.01 -
System Red Green Blue C M Y K H S L
Decimal 66 210 50 0.69 0 0.76 0.18 114 0.64 0.51
Hex 42 D2 32 45 0 4C 12 72 40 33
Octal 102 322 62 105 0 114 22 162 100 63
Binary 1000010 11010010 110010 1000101 0 1001100 10010 1110010 1000000 110011

Color Harmonies of #42D232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D232

Black with #42D232

Text Example


Text Example

White with #42D232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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