Html Css Color HEX #42D850 Lime Green

📋 copy color: '#42D850'

red 66 ◦ green 216 ◦ blue 80

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

Shades of Lime Green #42D850

Tints of Lime Green #42D850

RGB

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

 GREEN value IS 216 (84.77% from 255) = 59.67%

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

R = 18.23%
G = 59.67%
B = 22.1%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#42D850 (or 0x42D850) is known color: Lime Green. HEX triplet: 42, D8 and 50. RGB value is (66,216,80). Sum of RGB (Red+Green+Blue) = 66+216+80=362 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.23% from 362); Green value is 216 (84.77% from 255 or 59.67% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 216 - color contains mainly: green. Hex color #42D850 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D850 is #BD27AF. Grayscale: #9C9C9C. Windows color (decimal): -12396464 or 5298242. OLE color: 5298242.

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

Color convert

RGB 66 216 80 -
CMYK 0.69 0 0.63 0.15
HSL 125.6º 0.66% 0.55% -
HSV(B) 125.6º 0.69% 0.85% -
XYZ 28.25 50.85 15.92 -
YUV 155.65 85.31 64.06 -
System Red Green Blue C M Y K H S L
Decimal 66 216 80 0.69 0 0.63 0.15 125.6 0.66 0.55
Hex 42 D8 50 45 0 3F F 7E 42 37
Octal 102 330 120 105 0 77 17 176 102 67
Binary 1000010 11011000 1010000 1000101 0 111111 1111 1111110 1000010 110111

Color Harmonies of #42D850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D850

Black with #42D850

Text Example


Text Example

White with #42D850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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