#52D03B

Color #52D03B Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #52D03B

Tints of Lime Green #52D03B

Color information

#52D03B (or 0x52D03B) is unknown color: approx Lime Green. HEX triplet: 52, D0 and 3B. RGB value is (82,208,59). Sum of RGB (Red+Green+Blue) = 82+208+59=349 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.50% from 349); Green value is 208 (81.64% from 255 or 59.60% from 349); Blue value is 59 (23.44% from 255 or 16.91% from 349); Max value from RGB is 208 - color contains mainly: green. Hex color #52D03B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D03B is #AD2FC4. Grayscale: #999999. Windows color (decimal): -11349957 or 3919954. OLE color: 3919954.

HSL color Cylindrical-coordinate representation of color #52D03B: hue angle of 110.74º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #52D03B is Cyan = 0.61, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB8220859-
CMYK0.6100.720.18
HSL110.74º61.32%52.35%-
HSV(B)110.74º71.63%81.57%-
XYZ26.8247.2211.84-
YUV153.3474.7677.12-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.50%
GREEN value IS 208 (81.64% from 255) = 59.60%
BLUE value IS 59 (23.44% from 255) = 16.91%
R=23.50%
G=59.60%
B=16.91%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal82208590.6100.720.18110.7461.3252.35
Hex52D03B3D048126f3d34
Octal12232073750110221577564
Binary10100101101000011101111110101001000100101101111111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52D03B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,208,59); }

 H1.HeaderClassName
 {
   color: #52D03B;
 }
 .AnyTagClassName
 {
   color: #52D03B;
 }
</style>
background-color css

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

 a { background-color: rgb(82,208,59); }

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

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

 span { border-color: rgb(82,208,59); }

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