Html Css Color HEX #52EC31 Lime Green

📋 copy color: '#52EC31'

red 82 ◦ green 236 ◦ blue 49

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

Shades of Lime Green #52EC31

Tints of Lime Green #52EC31

RGB

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

 GREEN value IS 236 (92.58% from 255) = 64.31%

 BLUE value IS 49 (19.53% from 255) = 13.35%

R = 22.34%
G = 64.31%
B = 13.35%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#52EC31 (or 0x52EC31) is known color: Lime Green. HEX triplet: 52, EC and 31. RGB value is (82,236,49). Sum of RGB (Red+Green+Blue) = 82+236+49=367 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.34% from 367); Green value is 236 (92.58% from 255 or 64.31% from 367); Blue value is 49 (19.53% from 255 or 13.35% from 367); Max value from RGB is 236 - color contains mainly: green. Hex color #52EC31 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52EC31 is #AD13CE. Grayscale: #A9A9A9. Windows color (decimal): -11342799 or 3271762. OLE color: 3271762.

HSL color Cylindrical-coordinate representation of color #52EC31: hue angle of 109.41º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #52EC31 is Cyan = 0.65, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 236 49 -
CMYK 0.65 0 0.79 0.07
HSL 109.41º 0.83% 0.56% -
HSV(B) 109.41º 0.79% 0.93% -
XYZ 34.03 62.01 13.08 -
YUV 168.64 60.48 66.21 -
System Red Green Blue C M Y K H S L
Decimal 82 236 49 0.65 0 0.79 0.07 109.41 0.83 0.56
Hex 52 EC 31 41 0 4F 7 6D 53 38
Octal 122 354 61 101 0 117 7 155 123 70
Binary 1010010 11101100 110001 1000001 0 1001111 111 1101101 1010011 111000

Color Harmonies of #52EC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EC31

Black with #52EC31

Text Example


Text Example

White with #52EC31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,236,49); }

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

background-color css

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

 a { background-color: rgb(82,236,49); }

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

border-color css

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

 span { border-color: rgb(82,236,49); }

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