Html Css Color HEX #52E544 Lime Green

📋 copy color: '#52E544'

red 82 ◦ green 229 ◦ blue 68

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

Shades of Lime Green #52E544

Tints of Lime Green #52E544

RGB

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

 GREEN value IS 229 (89.84% from 255) = 60.42%

 BLUE value IS 68 (26.95% from 255) = 17.94%

R = 21.64%
G = 60.42%
B = 17.94%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#52E544 (or 0x52E544) is known color: Lime Green. HEX triplet: 52, E5 and 44. RGB value is (82,229,68). Sum of RGB (Red+Green+Blue) = 82+229+68=379 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.64% from 379); Green value is 229 (89.84% from 255 or 60.42% from 379); Blue value is 68 (26.95% from 255 or 17.94% from 379); Max value from RGB is 229 - color contains mainly: green. Hex color #52E544 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52E544 is #AD1ABB. Grayscale: #A7A7A7. Windows color (decimal): -11344572 or 4515154. OLE color: 4515154.

HSL color Cylindrical-coordinate representation of color #52E544: hue angle of 114.78º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #52E544 is Cyan = 0.64, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB 82 229 68 -
CMYK 0.64 0 0.70 0.10
HSL 114.78º 0.76% 0.58% -
HSV(B) 114.78º 0.7% 0.9% -
XYZ 32.54 58.25 15 -
YUV 166.69 72.3 67.59 -
System Red Green Blue C M Y K H S L
Decimal 82 229 68 0.64 0 0.70 0.10 114.78 0.76 0.58
Hex 52 E5 44 40 0 46 A 73 4C 3A
Octal 122 345 104 100 0 106 12 163 114 72
Binary 1010010 11100101 1000100 1000000 0 1000110 1010 1110011 1001100 111010

Color Harmonies of #52E544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E544

Black with #52E544

Text Example


Text Example

White with #52E544

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,229,68); }

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

background-color css

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

 a { background-color: rgb(82,229,68); }

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

border-color css

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

 span { border-color: rgb(82,229,68); }

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