#3BC52D

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

Shades of Lime Green #3BC52D

Tints of Lime Green #3BC52D

Color information

#3BC52D (or 0x3BC52D) is unknown color: approx Lime Green. HEX triplet: 3B, C5 and 2D. RGB value is (59,197,45). Sum of RGB (Red+Green+Blue) = 59+197+45=301 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.60% from 301); Green value is 197 (77.34% from 255 or 65.45% from 301); Blue value is 45 (17.97% from 255 or 14.95% from 301); Max value from RGB is 197 - color contains mainly: green. Hex color #3BC52D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC52D is #C43AD2. Grayscale: #8A8A8A. Windows color (decimal): -12860115 or 2999611. OLE color: 2999611.

HSL color Cylindrical-coordinate representation of color #3BC52D: hue angle of 114.47º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BC52D is Cyan = 0.70, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB5919745-
CMYK0.7000.770.23
HSL114.47º62.81%47.45%-
HSV(B)114.47º77.16%77.25%-
XYZ22.2441.059.23-
YUV138.4175.2871.36-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.60%
GREEN value IS 197 (77.34% from 255) = 65.45%
BLUE value IS 45 (17.97% from 255) = 14.95%
R=19.60%
G=65.45%
B=14.95%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal59197450.7000.770.23114.4762.8147.45
Hex3BC52D4604D17723f2f
Octal73305551060115271627757
Binary11101111000101101101100011001001101101111110010111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BC52D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3BC52D; }

 p { color: rgb(59,197,45); }

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

<style>
 a { background-color: #3BC52D; }

 a { background-color: rgb(59,197,45); }

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

<style>
 span { border-color: #3BC52D; }

 span { border-color: rgb(59,197,45); }

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