Html Css Color HEX #52E536 Lime Green

📋 copy color: '#52E536'

red 82 ◦ green 229 ◦ blue 54

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

Shades of Lime Green #52E536

Tints of Lime Green #52E536

RGB

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

 GREEN value IS 229 (89.84% from 255) = 62.74%

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

R = 22.47%
G = 62.74%
B = 14.79%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.76

 K value IS 0.10

RGB Variations

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

Color information

#52E536 (or 0x52E536) is known color: Lime Green. HEX triplet: 52, E5 and 36. RGB value is (82,229,54). Sum of RGB (Red+Green+Blue) = 82+229+54=365 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.47% from 365); Green value is 229 (89.84% from 255 or 62.74% from 365); Blue value is 54 (21.48% from 255 or 14.79% from 365); Max value from RGB is 229 - color contains mainly: green. Hex color #52E536 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52E536 is #AD1AC9. Grayscale: #A5A5A5. Windows color (decimal): -11344586 or 3597650. OLE color: 3597650.

HSL color Cylindrical-coordinate representation of color #52E536: hue angle of 110.4º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #52E536 is Cyan = 0.64, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.10.

Color convert

RGB 82 229 54 -
CMYK 0.64 0 0.76 0.10
HSL 110.4º 0.77% 0.55% -
HSV(B) 110.4º 0.76% 0.9% -
XYZ 32.16 58.1 13.01 -
YUV 165.1 65.3 68.73 -
System Red Green Blue C M Y K H S L
Decimal 82 229 54 0.64 0 0.76 0.10 110.4 0.77 0.55
Hex 52 E5 36 40 0 4C A 6E 4D 37
Octal 122 345 66 100 0 114 12 156 115 67
Binary 1010010 11100101 110110 1000000 0 1001100 1010 1101110 1001101 110111

Color Harmonies of #52E536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E536

Black with #52E536

Text Example


Text Example

White with #52E536

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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