Html Css Color HEX #52D247 Lime Green

📋 copy color: '#52D247'

red 82 ◦ green 210 ◦ blue 71

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

Shades of Lime Green #52D247

Tints of Lime Green #52D247

RGB

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

 GREEN value IS 210 (82.42% from 255) = 57.85%

 BLUE value IS 71 (28.13% from 255) = 19.56%

R = 22.59%
G = 57.85%
B = 19.56%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#52D247 (or 0x52D247) is known color: Lime Green. HEX triplet: 52, D2 and 47. RGB value is (82,210,71). Sum of RGB (Red+Green+Blue) = 82+210+71=363 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.59% from 363); Green value is 210 (82.42% from 255 or 57.85% from 363); Blue value is 71 (28.12% from 255 or 19.56% from 363); Max value from RGB is 210 - color contains mainly: green. Hex color #52D247 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D247 is #AD2DB8. Grayscale: #9C9C9C. Windows color (decimal): -11349433 or 4706898. OLE color: 4706898.

HSL color Cylindrical-coordinate representation of color #52D247: hue angle of 115.25º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52D247 is Cyan = 0.61, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 82 210 71 -
CMYK 0.61 0 0.66 0.18
HSL 115.25º 0.61% 0.55% -
HSV(B) 115.25º 0.66% 0.82% -
XYZ 27.66 48.34 13.83 -
YUV 155.88 80.09 75.3 -
System Red Green Blue C M Y K H S L
Decimal 82 210 71 0.61 0 0.66 0.18 115.25 0.61 0.55
Hex 52 D2 47 3D 0 42 12 73 3D 37
Octal 122 322 107 75 0 102 22 163 75 67
Binary 1010010 11010010 1000111 111101 0 1000010 10010 1110011 111101 110111

Color Harmonies of #52D247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D247

Black with #52D247

Text Example


Text Example

White with #52D247

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,210,71); }

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

background-color css

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

 a { background-color: rgb(82,210,71); }

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

border-color css

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

 span { border-color: rgb(82,210,71); }

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