#3BFD3A

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

Shades of Lime Green #3BFD3A

Tints of Lime Green #3BFD3A

Color information

#3BFD3A (or 0x3BFD3A) is unknown color: approx Lime Green. HEX triplet: 3B, FD and 3A. RGB value is (59,253,58). Sum of RGB (Red+Green+Blue) = 59+253+58=370 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.95% from 370); Green value is 253 (99.22% from 255 or 68.38% from 370); Blue value is 58 (23.05% from 255 or 15.68% from 370); Max value from RGB is 253 - color contains mainly: green. Hex color #3BFD3A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BFD3A is #C402C5. Grayscale: #ADADAD. Windows color (decimal): -12845766 or 3865915. OLE color: 3865915.

HSL color Cylindrical-coordinate representation of color #3BFD3A: hue angle of 119.69º degrees, saturation: 0.98, 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 #3BFD3A is Cyan = 0.77, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.01.

Color convert

RGB5925358-
CMYK0.7700.770.01
HSL119.69º97.99%60.98%-
HSV(B)119.69º77.08%99.22%-
XYZ37.6971.4915.81-
YUV172.7663.2346.86-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.95%
GREEN value IS 253 (99.22% from 255) = 68.38%
BLUE value IS 58 (23.05% from 255) = 15.68%
R=15.95%
G=68.38%
B=15.68%

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
Decimal59253580.7700.770.01119.6997.9960.98
Hex3BFD3A4D04D178623d
Octal73375721150115117014275
Binary11101111111101111010100110101001101111110001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BFD3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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