Html Css Color HEX #52D844 Lime Green

📋 copy color: '#52D844'

red 82 ◦ green 216 ◦ blue 68

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

Shades of Lime Green #52D844

Tints of Lime Green #52D844

RGB

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

 GREEN value IS 216 (84.77% from 255) = 59.02%

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

R = 22.4%
G = 59.02%
B = 18.58%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#52D844 (or 0x52D844) is known color: Lime Green. HEX triplet: 52, D8 and 44. RGB value is (82,216,68). Sum of RGB (Red+Green+Blue) = 82+216+68=366 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.40% from 366); Green value is 216 (84.77% from 255 or 59.02% from 366); Blue value is 68 (26.95% from 255 or 18.58% from 366); Max value from RGB is 216 - color contains mainly: green. Hex color #52D844 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D844 is #AD27BB. Grayscale: #9F9F9F. Windows color (decimal): -11347900 or 4511826. OLE color: 4511826.

HSL color Cylindrical-coordinate representation of color #52D844: hue angle of 114.32º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #52D844 is Cyan = 0.62, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 82 216 68 -
CMYK 0.62 0 0.69 0.15
HSL 114.32º 0.65% 0.56% -
HSV(B) 114.32º 0.69% 0.85% -
XYZ 29.08 51.32 13.84 -
YUV 159.06 76.61 73.03 -
System Red Green Blue C M Y K H S L
Decimal 82 216 68 0.62 0 0.69 0.15 114.32 0.65 0.56
Hex 52 D8 44 3E 0 45 F 72 41 38
Octal 122 330 104 76 0 105 17 162 101 70
Binary 1010010 11011000 1000100 111110 0 1000101 1111 1110010 1000001 111000

Color Harmonies of #52D844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D844

Black with #52D844

Text Example


Text Example

White with #52D844

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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