#52CF3D

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

Shades of Lime Green #52CF3D

Tints of Lime Green #52CF3D

Color information

#52CF3D (or 0x52CF3D) is unknown color: approx Lime Green. HEX triplet: 52, CF and 3D. RGB value is (82,207,61). Sum of RGB (Red+Green+Blue) = 82+207+61=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 207 (81.25% from 255 or 59.14% from 350); Blue value is 61 (24.22% from 255 or 17.43% from 350); Max value from RGB is 207 - color contains mainly: green. Hex color #52CF3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52CF3D is #AD30C2. Grayscale: #999999. Windows color (decimal): -11350211 or 4050770. OLE color: 4050770.

HSL color Cylindrical-coordinate representation of color #52CF3D: hue angle of 111.37º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #52CF3D is Cyan = 0.60, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB8220761-
CMYK0.6000.710.19
HSL111.37º60.33%52.55%-
HSV(B)111.37º70.53%81.18%-
XYZ26.6346.7612.04-
YUV152.9876.0977.37-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.43%
GREEN value IS 207 (81.25% from 255) = 59.14%
BLUE value IS 61 (24.22% from 255) = 17.43%
R=23.43%
G=59.14%
B=17.43%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal82207610.6000.710.19111.3760.3352.55
Hex52CF3D3C047136f3c35
Octal12231775740107231577465
Binary10100101100111111110111110001000111100111101111111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CF3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,207,61); }

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

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

 a { background-color: rgb(82,207,61); }

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

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

 span { border-color: rgb(82,207,61); }

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