Html Css Color HEX #52D73F Lime Green

📋 copy color: '#52D73F'

red 82 ◦ green 215 ◦ blue 63

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

Shades of Lime Green #52D73F

Tints of Lime Green #52D73F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 59.72%

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

R = 22.78%
G = 59.72%
B = 17.5%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#52D73F (or 0x52D73F) is known color: Lime Green. HEX triplet: 52, D7 and 3F. RGB value is (82,215,63). Sum of RGB (Red+Green+Blue) = 82+215+63=360 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.78% from 360); Green value is 215 (84.38% from 255 or 59.72% from 360); Blue value is 63 (25% from 255 or 17.5% from 360); Max value from RGB is 215 - color contains mainly: green. Hex color #52D73F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D73F is #AD28C0. Grayscale: #9E9E9E. Windows color (decimal): -11348161 or 4183890. OLE color: 4183890.

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

Color convert

RGB 82 215 63 -
CMYK 0.62 0 0.71 0.16
HSL 112.5º 0.66% 0.55% -
HSV(B) 112.5º 0.71% 0.84% -
XYZ 28.68 50.75 12.99 -
YUV 157.91 74.44 73.86 -
System Red Green Blue C M Y K H S L
Decimal 82 215 63 0.62 0 0.71 0.16 112.5 0.66 0.55
Hex 52 D7 3F 3E 0 47 10 70 42 37
Octal 122 327 77 76 0 107 20 160 102 67
Binary 1010010 11010111 111111 111110 0 1000111 10000 1110000 1000010 110111

Color Harmonies of #52D73F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D73F

Black with #52D73F

Text Example


Text Example

White with #52D73F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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