Html Css Color HEX #52E447 Lime Green

📋 copy color: '#52E447'

red 82 ◦ green 228 ◦ blue 71

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

Shades of Lime Green #52E447

Tints of Lime Green #52E447

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 18.64%

R = 21.52%
G = 59.84%
B = 18.64%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#52E447 (or 0x52E447) is known color: Lime Green. HEX triplet: 52, E4 and 47. RGB value is (82,228,71). Sum of RGB (Red+Green+Blue) = 82+228+71=381 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.52% from 381); Green value is 228 (89.45% from 255 or 59.84% from 381); Blue value is 71 (28.12% from 255 or 18.64% from 381); Max value from RGB is 228 - color contains mainly: green. Hex color #52E447 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52E447 is #AD1BB8. Grayscale: #A6A6A6. Windows color (decimal): -11344825 or 4711506. OLE color: 4711506.

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

Color convert

RGB 82 228 71 -
CMYK 0.64 0 0.69 0.11
HSL 115.8º 0.74% 0.59% -
HSV(B) 115.8º 0.69% 0.89% -
XYZ 32.36 57.74 15.4 -
YUV 166.45 74.13 67.77 -
System Red Green Blue C M Y K H S L
Decimal 82 228 71 0.64 0 0.69 0.11 115.8 0.74 0.59
Hex 52 E4 47 40 0 45 B 74 4A 3B
Octal 122 344 107 100 0 105 13 164 112 73
Binary 1010010 11100100 1000111 1000000 0 1000101 1011 1110100 1001010 111011

Color Harmonies of #52E447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E447

Black with #52E447

Text Example


Text Example

White with #52E447

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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