Html Css Color HEX #52D840 Lime Green

📋 copy color: '#52D840'

red 82 ◦ green 216 ◦ blue 64

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

Shades of Lime Green #52D840

Tints of Lime Green #52D840

RGB

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

 GREEN value IS 216 (84.77% from 255) = 59.67%

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

R = 22.65%
G = 59.67%
B = 17.68%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#52D840 (or 0x52D840) is known color: Lime Green. HEX triplet: 52, D8 and 40. RGB value is (82,216,64). Sum of RGB (Red+Green+Blue) = 82+216+64=362 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.65% from 362); Green value is 216 (84.77% from 255 or 59.67% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 216 - color contains mainly: green. Hex color #52D840 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D840 is #AD27BF. Grayscale: #9F9F9F. Windows color (decimal): -11347904 or 4249682. OLE color: 4249682.

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

Color convert

RGB 82 216 64 -
CMYK 0.62 0 0.70 0.15
HSL 112.89º 0.66% 0.55% -
HSV(B) 112.89º 0.7% 0.85% -
XYZ 28.96 51.28 13.22 -
YUV 158.61 74.61 73.36 -
System Red Green Blue C M Y K H S L
Decimal 82 216 64 0.62 0 0.70 0.15 112.89 0.66 0.55
Hex 52 D8 40 3E 0 46 F 71 42 37
Octal 122 330 100 76 0 106 17 161 102 67
Binary 1010010 11011000 1000000 111110 0 1000110 1111 1110001 1000010 110111

Color Harmonies of #52D840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D840

Black with #52D840

Text Example


Text Example

White with #52D840

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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