Html Css Color HEX #42D246 Lime Green

📋 copy color: '#42D246'

red 66 ◦ green 210 ◦ blue 70

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

Shades of Lime Green #42D246

Tints of Lime Green #42D246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.23%

R = 19.08%
G = 60.69%
B = 20.23%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#42D246 (or 0x42D246) is known color: Lime Green. HEX triplet: 42, D2 and 46. RGB value is (66,210,70). Sum of RGB (Red+Green+Blue) = 66+210+70=346 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.08% from 346); Green value is 210 (82.42% from 255 or 60.69% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 210 - color contains mainly: green. Hex color #42D246 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D246 is #BD2DB9. Grayscale: #979797. Windows color (decimal): -12398010 or 4641346. OLE color: 4641346.

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

Color convert

RGB 66 210 70 -
CMYK 0.69 0 0.67 0.18
HSL 121.67º 0.62% 0.54% -
HSV(B) 121.67º 0.69% 0.82% -
XYZ 26.4 47.69 13.61 -
YUV 150.98 82.29 67.38 -
System Red Green Blue C M Y K H S L
Decimal 66 210 70 0.69 0 0.67 0.18 121.67 0.62 0.54
Hex 42 D2 46 45 0 43 12 7A 3E 36
Octal 102 322 106 105 0 103 22 172 76 66
Binary 1000010 11010010 1000110 1000101 0 1000011 10010 1111010 111110 110110

Color Harmonies of #42D246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D246

Black with #42D246

Text Example


Text Example

White with #42D246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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