#3bdf3d

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

Shades of Lime Green #3BDF3D

Tints of Lime Green #3BDF3D

Color information

#3BDF3D (or 0x3BDF3D) is unknown color: approx Lime Green. HEX triplet: 3B, DF and 3D. RGB value is (59,223,61). Sum of RGB (Red+Green+Blue) = 59+223+61=343 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.20% from 343); Green value is 223 (87.5% from 255 or 65.01% from 343); Blue value is 61 (24.22% from 255 or 17.78% from 343); Max value from RGB is 223 - color contains mainly: green. Hex color #3BDF3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BDF3D is #C420C2. Grayscale: #9B9B9B. Windows color (decimal): -12853443 or 4054843. OLE color: 4054843.

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

Color convert

RGB5922361-
CMYK0.7400.730.13
HSL120.73º71.93%55.29%-
HSV(B)120.73º73.54%87.45%-
XYZ29.0354.0413.32-
YUV155.574.6759.17-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.20%
GREEN value IS 223 (87.5% from 255) = 65.01%
BLUE value IS 61 (24.22% from 255) = 17.78%
R=17.20%
G=65.01%
B=17.78%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal59223610.7400.730.13120.7371.9355.29
Hex3BDF3D4A049D794837
Octal733377511201111517111067
Binary11101111011111111101100101001001001110111110011001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3bdf3d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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