Html Css Color HEX #52D542 Lime Green

📋 copy color: '#52D542'

red 82 ◦ green 213 ◦ blue 66

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

Shades of Lime Green #52D542

Tints of Lime Green #52D542

RGB

 RED value IS 82 (32.42% from 255) = 22.71%

 GREEN value IS 213 (83.59% from 255) = 59%

 BLUE value IS 66 (26.17% from 255) = 18.28%

R = 22.71%
G = 59%
B = 18.28%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#52D542 (or 0x52D542) is known color: Lime Green. HEX triplet: 52, D5 and 42. RGB value is (82,213,66). Sum of RGB (Red+Green+Blue) = 82+213+66=361 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.71% from 361); Green value is 213 (83.59% from 255 or 59.00% from 361); Blue value is 66 (26.17% from 255 or 18.28% from 361); Max value from RGB is 213 - color contains mainly: green. Hex color #52D542 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D542 is #AD2ABD. Grayscale: #9D9D9D. Windows color (decimal): -11348670 or 4379986. OLE color: 4379986.

HSL color Cylindrical-coordinate representation of color #52D542: hue angle of 113.47º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #52D542 is Cyan = 0.62, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 82 213 66 -
CMYK 0.62 0 0.69 0.16
HSL 113.47º 0.64% 0.55% -
HSV(B) 113.47º 0.69% 0.84% -
XYZ 28.26 49.78 13.27 -
YUV 157.07 76.6 74.45 -
System Red Green Blue C M Y K H S L
Decimal 82 213 66 0.62 0 0.69 0.16 113.47 0.64 0.55
Hex 52 D5 42 3E 0 45 10 71 40 37
Octal 122 325 102 76 0 105 20 161 100 67
Binary 1010010 11010101 1000010 111110 0 1000101 10000 1110001 1000000 110111

Color Harmonies of #52D542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D542

Black with #52D542

Text Example


Text Example

White with #52D542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52D542; }

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

 H1.HeaderClassName
 {
   color: #52D542;
 }
 .AnyTagClassName
 {
   color: #52D542;
 }
</style>

background-color css

<style>
 a { background-color: #52D542; }

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

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

border-color css

<style>
 span { border-color: #52D542; }

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

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