Html Css Color HEX #52DA47 Lime Green

📋 copy color: '#52DA47'

red 82 ◦ green 218 ◦ blue 71

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

Shades of Lime Green #52DA47

Tints of Lime Green #52DA47

RGB

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

 GREEN value IS 218 (85.55% from 255) = 58.76%

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

R = 22.1%
G = 58.76%
B = 19.14%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#52DA47 (or 0x52DA47) is known color: Lime Green. HEX triplet: 52, DA and 47. RGB value is (82,218,71). Sum of RGB (Red+Green+Blue) = 82+218+71=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 218 (85.55% from 255 or 58.76% from 371); Blue value is 71 (28.12% from 255 or 19.14% from 371); Max value from RGB is 218 - color contains mainly: green. Hex color #52DA47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52DA47 is #AD25B8. Grayscale: #A1A1A1. Windows color (decimal): -11347385 or 4708946. OLE color: 4708946.

HSL color Cylindrical-coordinate representation of color #52DA47: hue angle of 115.51º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52DA47 is Cyan = 0.62, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 82 218 71 -
CMYK 0.62 0 0.67 0.15
HSL 115.51º 0.67% 0.57% -
HSV(B) 115.51º 0.67% 0.85% -
XYZ 29.69 52.39 14.51 -
YUV 160.58 77.44 71.95 -
System Red Green Blue C M Y K H S L
Decimal 82 218 71 0.62 0 0.67 0.15 115.51 0.67 0.57
Hex 52 DA 47 3E 0 43 F 74 43 39
Octal 122 332 107 76 0 103 17 164 103 71
Binary 1010010 11011010 1000111 111110 0 1000011 1111 1110100 1000011 111001

Color Harmonies of #52DA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DA47

Black with #52DA47

Text Example


Text Example

White with #52DA47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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