#52CF3B

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

Shades of Lime Green #52CF3B

Tints of Lime Green #52CF3B

Color information

#52CF3B (or 0x52CF3B) is unknown color: approx Lime Green. HEX triplet: 52, CF and 3B. RGB value is (82,207,59). Sum of RGB (Red+Green+Blue) = 82+207+59=348 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.56% from 348); Green value is 207 (81.25% from 255 or 59.48% from 348); Blue value is 59 (23.44% from 255 or 16.95% from 348); Max value from RGB is 207 - color contains mainly: green. Hex color #52CF3B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52CF3B is #AD30C4. Grayscale: #999999. Windows color (decimal): -11350213 or 3919698. OLE color: 3919698.

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

Color convert

RGB8220759-
CMYK0.6000.710.19
HSL110.68º60.66%52.16%-
HSV(B)110.68º71.5%81.18%-
XYZ26.5846.7411.76-
YUV152.7575.0977.53-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.56%
GREEN value IS 207 (81.25% from 255) = 59.48%
BLUE value IS 59 (23.44% from 255) = 16.95%
R=23.56%
G=59.48%
B=16.95%

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
Decimal82207590.6000.710.19110.6860.6652.16
Hex52CF3B3C047136f3d34
Octal12231773740107231577564
Binary10100101100111111101111110001000111100111101111111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CF3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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