#3bdf1c

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

Shades of Lime Green #3BDF1C

Tints of Lime Green #3BDF1C

Color information

#3BDF1C (or 0x3BDF1C) is unknown color: approx Lime Green. HEX triplet: 3B, DF and 1C. RGB value is (59,223,28). Sum of RGB (Red+Green+Blue) = 59+223+28=310 (41% of max value = 765). Red value is 59 (23.44% from 255 or 19.03% from 310); Green value is 223 (87.5% from 255 or 71.94% from 310); Blue value is 28 (11.33% from 255 or 9.03% from 310); Max value from RGB is 223 - color contains mainly: green. Hex color #3BDF1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BDF1C is #C420E3. Grayscale: #989898. Windows color (decimal): -12853476 or 1892155. OLE color: 1892155.

HSL color Cylindrical-coordinate representation of color #3BDF1C: hue angle of 110.46º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3BDF1C is Cyan = 0.74, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB5922328-
CMYK0.7400.870.13
HSL110.46º77.69%49.22%-
HSV(B)110.46º87.44%87.45%-
XYZ28.453.799.98-
YUV151.7358.1761.86-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.03%
GREEN value IS 223 (87.5% from 255) = 71.94%
BLUE value IS 28 (11.33% from 255) = 9.03%
R=19.03%
G=71.94%
B=9.03%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal59223280.7400.870.13110.4677.6949.22
Hex3BDF1C4A057D6e4e31
Octal733373411201271515611661
Binary1110111101111111100100101001010111110111011101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3bdf1c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,223,28); }

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

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

 a { background-color: rgb(59,223,28); }

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

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

 span { border-color: rgb(59,223,28); }

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