Html Css Color HEX #42DE50 Lime Green

📋 copy color: '#42DE50'

red 66 ◦ green 222 ◦ blue 80

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

Shades of Lime Green #42DE50

Tints of Lime Green #42DE50

RGB

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

 GREEN value IS 222 (87.11% from 255) = 60.33%

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

R = 17.93%
G = 60.33%
B = 21.74%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#42DE50 (or 0x42DE50) is known color: Lime Green. HEX triplet: 42, DE and 50. RGB value is (66,222,80). Sum of RGB (Red+Green+Blue) = 66+222+80=368 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.93% from 368); Green value is 222 (87.11% from 255 or 60.33% from 368); Blue value is 80 (31.64% from 255 or 21.74% from 368); Max value from RGB is 222 - color contains mainly: green. Hex color #42DE50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42DE50 is #BD21AF. Grayscale: #9F9F9F. Windows color (decimal): -12394928 or 5299778. OLE color: 5299778.

HSL color Cylindrical-coordinate representation of color #42DE50: hue angle of 125.38º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42DE50 is Cyan = 0.70, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 66 222 80 -
CMYK 0.70 0 0.64 0.13
HSL 125.38º 0.7% 0.56% -
HSV(B) 125.38º 0.7% 0.87% -
XYZ 29.82 53.98 16.44 -
YUV 159.17 83.32 61.55 -
System Red Green Blue C M Y K H S L
Decimal 66 222 80 0.70 0 0.64 0.13 125.38 0.7 0.56
Hex 42 DE 50 46 0 40 D 7D 46 38
Octal 102 336 120 106 0 100 15 175 106 70
Binary 1000010 11011110 1010000 1000110 0 1000000 1101 1111101 1000110 111000

Color Harmonies of #42DE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DE50

Black with #42DE50

Text Example


Text Example

White with #42DE50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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