#3BC93A

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

Shades of Lime Green #3BC93A

Tints of Lime Green #3BC93A

Color information

#3BC93A (or 0x3BC93A) is unknown color: approx Lime Green. HEX triplet: 3B, C9 and 3A. RGB value is (59,201,58). Sum of RGB (Red+Green+Blue) = 59+201+58=318 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.55% from 318); Green value is 201 (78.91% from 255 or 63.21% from 318); Blue value is 58 (23.05% from 255 or 18.24% from 318); Max value from RGB is 201 - color contains mainly: green. Hex color #3BC93A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC93A is #C436C5. Grayscale: #8E8E8E. Windows color (decimal): -12859078 or 3852603. OLE color: 3852603.

HSL color Cylindrical-coordinate representation of color #3BC93A: hue angle of 119.58º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BC93A is Cyan = 0.71, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB5920158-
CMYK0.7100.710.21
HSL119.58º56.97%50.78%-
HSV(B)119.58º71.14%78.82%-
XYZ23.4543.0111.07-
YUV142.2480.4668.63-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.55%
GREEN value IS 201 (78.91% from 255) = 63.21%
BLUE value IS 58 (23.05% from 255) = 18.24%
R=18.55%
G=63.21%
B=18.24%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal59201580.7100.710.21119.5856.9750.78
Hex3BC93A4704715783933
Octal73311721070107251707163
Binary11101111001001111010100011101000111101011111000111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BC93A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,201,58); }

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

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

 a { background-color: rgb(59,201,58); }

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

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

 span { border-color: rgb(59,201,58); }

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