Html Css Color HEX #52D73D Lime Green

📋 copy color: '#52D73D'

red 82 ◦ green 215 ◦ blue 61

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

Shades of Lime Green #52D73D

Tints of Lime Green #52D73D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.04%

R = 22.91%
G = 60.06%
B = 17.04%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#52D73D (or 0x52D73D) is known color: Lime Green. HEX triplet: 52, D7 and 3D. RGB value is (82,215,61). Sum of RGB (Red+Green+Blue) = 82+215+61=358 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.91% from 358); Green value is 215 (84.38% from 255 or 60.06% from 358); Blue value is 61 (24.22% from 255 or 17.04% from 358); Max value from RGB is 215 - color contains mainly: green. Hex color #52D73D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D73D is #AD28C2. Grayscale: #9E9E9E. Windows color (decimal): -11348163 or 4052818. OLE color: 4052818.

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

Color convert

RGB 82 215 61 -
CMYK 0.62 0 0.72 0.16
HSL 111.82º 0.66% 0.54% -
HSV(B) 111.82º 0.72% 0.84% -
XYZ 28.62 50.73 12.7 -
YUV 157.68 73.44 74.02 -
System Red Green Blue C M Y K H S L
Decimal 82 215 61 0.62 0 0.72 0.16 111.82 0.66 0.54
Hex 52 D7 3D 3E 0 48 10 70 42 36
Octal 122 327 75 76 0 110 20 160 102 66
Binary 1010010 11010111 111101 111110 0 1001000 10000 1110000 1000010 110110

Color Harmonies of #52D73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D73D

Black with #52D73D

Text Example


Text Example

White with #52D73D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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