Html Css Color HEX #52D040 Lime Green

📋 copy color: '#52D040'

red 82 ◦ green 208 ◦ blue 64

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

Shades of Lime Green #52D040

Tints of Lime Green #52D040

RGB

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

 GREEN value IS 208 (81.64% from 255) = 58.76%

 BLUE value IS 64 (25.39% from 255) = 18.08%

R = 23.16%
G = 58.76%
B = 18.08%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#52D040 (or 0x52D040) is known color: Lime Green. HEX triplet: 52, D0 and 40. RGB value is (82,208,64). Sum of RGB (Red+Green+Blue) = 82+208+64=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 208 (81.64% from 255 or 58.76% from 354); Blue value is 64 (25.39% from 255 or 18.08% from 354); Max value from RGB is 208 - color contains mainly: green. Hex color #52D040 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D040 is #AD2FBF. Grayscale: #9A9A9A. Windows color (decimal): -11349952 or 4247634. OLE color: 4247634.

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

Color convert

RGB 82 208 64 -
CMYK 0.61 0 0.69 0.18
HSL 112.5º 0.61% 0.53% -
HSV(B) 112.5º 0.69% 0.82% -
XYZ 26.96 47.28 12.55 -
YUV 153.91 77.26 76.71 -
System Red Green Blue C M Y K H S L
Decimal 82 208 64 0.61 0 0.69 0.18 112.5 0.61 0.53
Hex 52 D0 40 3D 0 45 12 70 3D 35
Octal 122 320 100 75 0 105 22 160 75 65
Binary 1010010 11010000 1000000 111101 0 1000101 10010 1110000 111101 110101

Color Harmonies of #52D040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D040

Black with #52D040

Text Example


Text Example

White with #52D040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,208,64); }

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

background-color css

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

 a { background-color: rgb(82,208,64); }

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

border-color css

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

 span { border-color: rgb(82,208,64); }

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