Html Css Color HEX #42D146 Lime Green

📋 copy color: '#42D146'

red 66 ◦ green 209 ◦ blue 70

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

Shades of Lime Green #42D146

Tints of Lime Green #42D146

RGB

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

 GREEN value IS 209 (82.03% from 255) = 60.58%

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

R = 19.13%
G = 60.58%
B = 20.29%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#42D146 (or 0x42D146) is known color: Lime Green. HEX triplet: 42, D1 and 46. RGB value is (66,209,70). Sum of RGB (Red+Green+Blue) = 66+209+70=345 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.13% from 345); Green value is 209 (82.03% from 255 or 60.58% from 345); Blue value is 70 (27.73% from 255 or 20.29% from 345); Max value from RGB is 209 - color contains mainly: green. Hex color #42D146 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D146 is #BD2EB9. Grayscale: #969696. Windows color (decimal): -12398266 or 4641090. OLE color: 4641090.

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

Color convert

RGB 66 209 70 -
CMYK 0.68 0 0.67 0.18
HSL 121.68º 0.61% 0.54% -
HSV(B) 121.68º 0.68% 0.82% -
XYZ 26.15 47.2 13.53 -
YUV 150.4 82.62 67.8 -
System Red Green Blue C M Y K H S L
Decimal 66 209 70 0.68 0 0.67 0.18 121.68 0.61 0.54
Hex 42 D1 46 44 0 43 12 7A 3D 36
Octal 102 321 106 104 0 103 22 172 75 66
Binary 1000010 11010001 1000110 1000100 0 1000011 10010 1111010 111101 110110

Color Harmonies of #42D146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D146

Black with #42D146

Text Example


Text Example

White with #42D146

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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