Html Css Color HEX #52E331 Lime Green

📋 copy color: '#52E331'

red 82 ◦ green 227 ◦ blue 49

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

Shades of Lime Green #52E331

Tints of Lime Green #52E331

RGB

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

 GREEN value IS 227 (89.06% from 255) = 63.41%

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

R = 22.91%
G = 63.41%
B = 13.69%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#52E331 (or 0x52E331) is known color: Lime Green. HEX triplet: 52, E3 and 31. RGB value is (82,227,49). Sum of RGB (Red+Green+Blue) = 82+227+49=358 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.91% from 358); Green value is 227 (89.06% from 255 or 63.41% from 358); Blue value is 49 (19.53% from 255 or 13.69% from 358); Max value from RGB is 227 - color contains mainly: green. Hex color #52E331 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52E331 is #AD1CCE. Grayscale: #A3A3A3. Windows color (decimal): -11345103 or 3269458. OLE color: 3269458.

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

Color convert

RGB 82 227 49 -
CMYK 0.64 0 0.78 0.11
HSL 108.88º 0.76% 0.54% -
HSV(B) 108.88º 0.78% 0.89% -
XYZ 31.5 56.95 12.24 -
YUV 163.35 63.46 69.97 -
System Red Green Blue C M Y K H S L
Decimal 82 227 49 0.64 0 0.78 0.11 108.88 0.76 0.54
Hex 52 E3 31 40 0 4E B 6D 4C 36
Octal 122 343 61 100 0 116 13 155 114 66
Binary 1010010 11100011 110001 1000000 0 1001110 1011 1101101 1001100 110110

Color Harmonies of #52E331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E331

Black with #52E331

Text Example


Text Example

White with #52E331

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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