Html Css Color HEX #42DE52 Lime Green

📋 copy color: '#42DE52'

red 66 ◦ green 222 ◦ blue 82

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

Shades of Lime Green #42DE52

Tints of Lime Green #42DE52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 22.16%

R = 17.84%
G = 60%
B = 22.16%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#42DE52 (or 0x42DE52) is known color: Lime Green. HEX triplet: 42, DE and 52. RGB value is (66,222,82). Sum of RGB (Red+Green+Blue) = 66+222+82=370 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.84% from 370); Green value is 222 (87.11% from 255 or 60% from 370); Blue value is 82 (32.42% from 255 or 22.16% from 370); Max value from RGB is 222 - color contains mainly: green. Hex color #42DE52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42DE52 is #BD21AD. Grayscale: #9F9F9F. Windows color (decimal): -12394926 or 5430850. OLE color: 5430850.

HSL color Cylindrical-coordinate representation of color #42DE52: hue angle of 126.15º 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 #42DE52 is Cyan = 0.70, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 66 222 82 -
CMYK 0.70 0 0.63 0.13
HSL 126.15º 0.7% 0.56% -
HSV(B) 126.15º 0.7% 0.87% -
XYZ 29.89 54.01 16.83 -
YUV 159.4 84.32 61.38 -
System Red Green Blue C M Y K H S L
Decimal 66 222 82 0.70 0 0.63 0.13 126.15 0.7 0.56
Hex 42 DE 52 46 0 3F D 7E 46 38
Octal 102 336 122 106 0 77 15 176 106 70
Binary 1000010 11011110 1010010 1000110 0 111111 1101 1111110 1000110 111000

Color Harmonies of #42DE52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DE52

Black with #42DE52

Text Example


Text Example

White with #42DE52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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