Html Css Color HEX #52E835 Lime Green

📋 copy color: '#52E835'

red 82 ◦ green 232 ◦ blue 53

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

Shades of Lime Green #52E835

Tints of Lime Green #52E835

RGB

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

 GREEN value IS 232 (91.02% from 255) = 63.22%

 BLUE value IS 53 (21.09% from 255) = 14.44%

R = 22.34%
G = 63.22%
B = 14.44%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.77

 K value IS 0.09

RGB Variations

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

Color information

#52E835 (or 0x52E835) is known color: Lime Green. HEX triplet: 52, E8 and 35. RGB value is (82,232,53). Sum of RGB (Red+Green+Blue) = 82+232+53=367 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.34% from 367); Green value is 232 (91.02% from 255 or 63.22% from 367); Blue value is 53 (21.09% from 255 or 14.44% from 367); Max value from RGB is 232 - color contains mainly: green. Hex color #52E835 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52E835 is #AD17CA. Grayscale: #A7A7A7. Windows color (decimal): -11343819 or 3532882. OLE color: 3532882.

HSL color Cylindrical-coordinate representation of color #52E835: hue angle of 110.28º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #52E835 is Cyan = 0.65, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.

Color convert

RGB 82 232 53 -
CMYK 0.65 0 0.77 0.09
HSL 110.28º 0.8% 0.56% -
HSV(B) 110.28º 0.77% 0.91% -
XYZ 32.98 59.76 13.17 -
YUV 166.74 63.81 67.55 -
System Red Green Blue C M Y K H S L
Decimal 82 232 53 0.65 0 0.77 0.09 110.28 0.8 0.56
Hex 52 E8 35 41 0 4D 9 6E 50 38
Octal 122 350 65 101 0 115 11 156 120 70
Binary 1010010 11101000 110101 1000001 0 1001101 1001 1101110 1010000 111000

Color Harmonies of #52E835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E835

Black with #52E835

Text Example


Text Example

White with #52E835

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,232,53); }

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

background-color css

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

 a { background-color: rgb(82,232,53); }

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

border-color css

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

 span { border-color: rgb(82,232,53); }

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