Html Css Color HEX #52DC36 Lime Green

📋 copy color: '#52DC36'

red 82 ◦ green 220 ◦ blue 54

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

Shades of Lime Green #52DC36

Tints of Lime Green #52DC36

RGB

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

 GREEN value IS 220 (86.33% from 255) = 61.8%

 BLUE value IS 54 (21.48% from 255) = 15.17%

R = 23.03%
G = 61.8%
B = 15.17%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#52DC36 (or 0x52DC36) is known color: Lime Green. HEX triplet: 52, DC and 36. RGB value is (82,220,54). Sum of RGB (Red+Green+Blue) = 82+220+54=356 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.03% from 356); Green value is 220 (86.33% from 255 or 61.80% from 356); Blue value is 54 (21.48% from 255 or 15.17% from 356); Max value from RGB is 220 - color contains mainly: green. Hex color #52DC36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52DC36 is #AD23C9. Grayscale: #A0A0A0. Windows color (decimal): -11346890 or 3595346. OLE color: 3595346.

HSL color Cylindrical-coordinate representation of color #52DC36: hue angle of 109.88º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #52DC36 is Cyan = 0.63, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 220 54 -
CMYK 0.63 0 0.75 0.14
HSL 109.88º 0.7% 0.54% -
HSV(B) 109.88º 0.75% 0.86% -
XYZ 29.74 53.25 12.2 -
YUV 159.81 68.28 72.5 -
System Red Green Blue C M Y K H S L
Decimal 82 220 54 0.63 0 0.75 0.14 109.88 0.7 0.54
Hex 52 DC 36 3F 0 4B E 6E 46 36
Octal 122 334 66 77 0 113 16 156 106 66
Binary 1010010 11011100 110110 111111 0 1001011 1110 1101110 1000110 110110

Color Harmonies of #52DC36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DC36

Black with #52DC36

Text Example


Text Example

White with #52DC36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,220,54); }

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

background-color css

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

 a { background-color: rgb(82,220,54); }

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

border-color css

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

 span { border-color: rgb(82,220,54); }

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