#3BC04A

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

Shades of Lime Green #3BC04A

Tints of Lime Green #3BC04A

Color information

#3BC04A (or 0x3BC04A) is unknown color: approx Lime Green. HEX triplet: 3B, C0 and 4A. RGB value is (59,192,74). Sum of RGB (Red+Green+Blue) = 59+192+74=325 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.15% from 325); Green value is 192 (75.39% from 255 or 59.08% from 325); Blue value is 74 (29.30% from 255 or 22.77% from 325); Max value from RGB is 192 - color contains mainly: green. Hex color #3BC04A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC04A is #C43FB5. Grayscale: #8B8B8B. Windows color (decimal): -12861366 or 4898875. OLE color: 4898875.

HSL color Cylindrical-coordinate representation of color #3BC04A: hue angle of 126.77º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BC04A is Cyan = 0.69, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB5919274-
CMYK0.6900.610.25
HSL126.77º52.99%49.22%-
HSV(B)126.77º69.27%75.29%-
XYZ21.8939.1212.88-
YUV138.7891.4471.09-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.15%
GREEN value IS 192 (75.39% from 255) = 59.08%
BLUE value IS 74 (29.30% from 255) = 22.77%
R=18.15%
G=59.08%
B=22.77%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal59192740.6900.610.25126.7752.9949.22
Hex3BC04A4503D197f3531
Octal73300112105075311776561
Binary11101111000000100101010001010111101110011111111110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BC04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,192,74); }

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

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

 a { background-color: rgb(59,192,74); }

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

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

 span { border-color: rgb(59,192,74); }

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