#3bfc3a

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

Shades of Lime Green #3BFC3A

Tints of Lime Green #3BFC3A

Color information

#3BFC3A (or 0x3BFC3A) is unknown color: approx Lime Green. HEX triplet: 3B, FC and 3A. RGB value is (59,252,58). Sum of RGB (Red+Green+Blue) = 59+252+58=369 (48% of max value = 765). Red value is 59 (23.44% from 255 or 15.99% from 369); Green value is 252 (98.83% from 255 or 68.29% from 369); Blue value is 58 (23.05% from 255 or 15.72% from 369); Max value from RGB is 252 - color contains mainly: green. Hex color #3BFC3A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BFC3A is #C403C5. Grayscale: #ACACAC. Windows color (decimal): -12846022 or 3865659. OLE color: 3865659.

HSL color Cylindrical-coordinate representation of color #3BFC3A: hue angle of 119.69º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BFC3A is Cyan = 0.77, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.01.

Color convert

RGB5925258-
CMYK0.7700.770.01
HSL119.69º97%60.78%-
HSV(B)119.69º76.98%98.82%-
XYZ37.3870.8615.71-
YUV172.1863.5647.27-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.99%
GREEN value IS 252 (98.83% from 255) = 68.29%
BLUE value IS 58 (23.05% from 255) = 15.72%
R=15.99%
G=68.29%
B=15.72%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal59252580.7700.770.01119.699760.78
Hex3BFC3A4D04D178613d
Octal73374721150115117014175
Binary11101111111100111010100110101001101111110001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3bfc3a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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