Html Css Color HEX #42D950 Lime Green

📋 copy color: '#42D950'

red 66 ◦ green 217 ◦ blue 80

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

Shades of Lime Green #42D950

Tints of Lime Green #42D950

RGB

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

 GREEN value IS 217 (85.16% from 255) = 59.78%

 BLUE value IS 80 (31.64% from 255) = 22.04%

R = 18.18%
G = 59.78%
B = 22.04%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#42D950 (or 0x42D950) is known color: Lime Green. HEX triplet: 42, D9 and 50. RGB value is (66,217,80). Sum of RGB (Red+Green+Blue) = 66+217+80=363 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.18% from 363); Green value is 217 (85.16% from 255 or 59.78% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 217 - color contains mainly: green. Hex color #42D950 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D950 is #BD26AF. Grayscale: #9C9C9C. Windows color (decimal): -12396208 or 5298498. OLE color: 5298498.

HSL color Cylindrical-coordinate representation of color #42D950: hue angle of 125.56º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42D950 is Cyan = 0.70, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 66 217 80 -
CMYK 0.70 0 0.63 0.15
HSL 125.56º 0.67% 0.55% -
HSV(B) 125.56º 0.7% 0.85% -
XYZ 28.51 51.36 16 -
YUV 156.23 84.97 63.64 -
System Red Green Blue C M Y K H S L
Decimal 66 217 80 0.70 0 0.63 0.15 125.56 0.67 0.55
Hex 42 D9 50 46 0 3F F 7E 43 37
Octal 102 331 120 106 0 77 17 176 103 67
Binary 1000010 11011001 1010000 1000110 0 111111 1111 1111110 1000011 110111

Color Harmonies of #42D950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D950

Black with #42D950

Text Example


Text Example

White with #42D950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,217,80); }

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

background-color css

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

 a { background-color: rgb(66,217,80); }

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

border-color css

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

 span { border-color: rgb(66,217,80); }

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