Html Css Color HEX #52D13F Lime Green

📋 copy color: '#52D13F'

red 82 ◦ green 209 ◦ blue 63

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

Shades of Lime Green #52D13F

Tints of Lime Green #52D13F

RGB

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

 GREEN value IS 209 (82.03% from 255) = 59.04%

 BLUE value IS 63 (25% from 255) = 17.8%

R = 23.16%
G = 59.04%
B = 17.8%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#52D13F (or 0x52D13F) is known color: Lime Green. HEX triplet: 52, D1 and 3F. RGB value is (82,209,63). Sum of RGB (Red+Green+Blue) = 82+209+63=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 209 (82.03% from 255 or 59.04% from 354); Blue value is 63 (25% from 255 or 17.80% from 354); Max value from RGB is 209 - color contains mainly: green. Hex color #52D13F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D13F is #AD2EC0. Grayscale: #9A9A9A. Windows color (decimal): -11349697 or 4182354. OLE color: 4182354.

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

Color convert

RGB 82 209 63 -
CMYK 0.61 0 0.70 0.18
HSL 112.19º 0.61% 0.53% -
HSV(B) 112.19º 0.7% 0.82% -
XYZ 27.18 47.75 12.49 -
YUV 154.38 76.42 76.37 -
System Red Green Blue C M Y K H S L
Decimal 82 209 63 0.61 0 0.70 0.18 112.19 0.61 0.53
Hex 52 D1 3F 3D 0 46 12 70 3D 35
Octal 122 321 77 75 0 106 22 160 75 65
Binary 1010010 11010001 111111 111101 0 1000110 10010 1110000 111101 110101

Color Harmonies of #52D13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D13F

Black with #52D13F

Text Example


Text Example

White with #52D13F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,209,63); }

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

background-color css

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

 a { background-color: rgb(82,209,63); }

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

border-color css

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

 span { border-color: rgb(82,209,63); }

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