Html Css Color HEX #52D841 Lime Green

📋 copy color: '#52D841'

red 82 ◦ green 216 ◦ blue 65

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

Shades of Lime Green #52D841

Tints of Lime Green #52D841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.91%

R = 22.59%
G = 59.5%
B = 17.91%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#52D841 (or 0x52D841) is known color: Lime Green. HEX triplet: 52, D8 and 41. RGB value is (82,216,65). Sum of RGB (Red+Green+Blue) = 82+216+65=363 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.59% from 363); Green value is 216 (84.77% from 255 or 59.50% from 363); Blue value is 65 (25.78% from 255 or 17.91% from 363); Max value from RGB is 216 - color contains mainly: green. Hex color #52D841 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D841 is #AD27BE. Grayscale: #9F9F9F. Windows color (decimal): -11347903 or 4315218. OLE color: 4315218.

HSL color Cylindrical-coordinate representation of color #52D841: hue angle of 113.25º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #52D841 is Cyan = 0.62, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 82 216 65 -
CMYK 0.62 0 0.70 0.15
HSL 113.25º 0.66% 0.55% -
HSV(B) 113.25º 0.7% 0.85% -
XYZ 28.99 51.29 13.37 -
YUV 158.72 75.11 73.28 -
System Red Green Blue C M Y K H S L
Decimal 82 216 65 0.62 0 0.70 0.15 113.25 0.66 0.55
Hex 52 D8 41 3E 0 46 F 71 42 37
Octal 122 330 101 76 0 106 17 161 102 67
Binary 1010010 11011000 1000001 111110 0 1000110 1111 1110001 1000010 110111

Color Harmonies of #52D841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D841

Black with #52D841

Text Example


Text Example

White with #52D841

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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