Html Css Color HEX #52E439 Lime Green

📋 copy color: '#52E439'

red 82 ◦ green 228 ◦ blue 57

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

Shades of Lime Green #52E439

Tints of Lime Green #52E439

RGB

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

 GREEN value IS 228 (89.45% from 255) = 62.13%

 BLUE value IS 57 (22.66% from 255) = 15.53%

R = 22.34%
G = 62.13%
B = 15.53%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.75

 K value IS 0.11

RGB Variations

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

Color information

#52E439 (or 0x52E439) is known color: Lime Green. HEX triplet: 52, E4 and 39. RGB value is (82,228,57). Sum of RGB (Red+Green+Blue) = 82+228+57=367 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.34% from 367); Green value is 228 (89.45% from 255 or 62.13% from 367); Blue value is 57 (22.66% from 255 or 15.53% from 367); Max value from RGB is 228 - color contains mainly: green. Hex color #52E439 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52E439 is #AD1BC6. Grayscale: #A5A5A5. Windows color (decimal): -11344839 or 3794002. OLE color: 3794002.

HSL color Cylindrical-coordinate representation of color #52E439: hue angle of 111.23º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #52E439 is Cyan = 0.64, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.

Color convert

RGB 82 228 57 -
CMYK 0.64 0 0.75 0.11
HSL 111.23º 0.76% 0.56% -
HSV(B) 111.23º 0.75% 0.89% -
XYZ 31.96 57.58 13.3 -
YUV 164.85 67.13 68.9 -
System Red Green Blue C M Y K H S L
Decimal 82 228 57 0.64 0 0.75 0.11 111.23 0.76 0.56
Hex 52 E4 39 40 0 4B B 6F 4C 38
Octal 122 344 71 100 0 113 13 157 114 70
Binary 1010010 11100100 111001 1000000 0 1001011 1011 1101111 1001100 111000

Color Harmonies of #52E439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E439

Black with #52E439

Text Example


Text Example

White with #52E439

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,228,57); }

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

background-color css

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

 a { background-color: rgb(82,228,57); }

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

border-color css

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

 span { border-color: rgb(82,228,57); }

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