#3DB738

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

Shades of Lime Green #3DB738

Tints of Lime Green #3DB738

Color information

#3DB738 (or 0x3DB738) is unknown color: approx Lime Green. HEX triplet: 3D, B7 and 38. RGB value is (61,183,56). Sum of RGB (Red+Green+Blue) = 61+183+56=300 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.33% from 300); Green value is 183 (71.88% from 255 or 61% from 300); Blue value is 56 (22.27% from 255 or 18.67% from 300); Max value from RGB is 183 - color contains mainly: green. Hex color #3DB738 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB738 is #C248C7. Grayscale: #848484. Windows color (decimal): -12732616 or 3716925. OLE color: 3716925.

HSL color Cylindrical-coordinate representation of color #3DB738: hue angle of 117.64º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DB738 is Cyan = 0.67, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.28.

Color convert

RGB6118356-
CMYK0.6700.690.28
HSL117.64º53.14%46.86%-
HSV(B)117.64º69.4%71.76%-
XYZ19.5735.149.49-
YUV132.0485.0877.33-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.33%
GREEN value IS 183 (71.88% from 255) = 61%
BLUE value IS 56 (22.27% from 255) = 18.67%
R=20.33%
G=61%
B=18.67%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal61183560.6700.690.28117.6453.1446.86
Hex3DB738430451C76352f
Octal75267701030105341666557
Binary11110110110111111000100001101000101111001110110110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DB738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,183,56); }

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

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

 a { background-color: rgb(61,183,56); }

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

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

 span { border-color: rgb(61,183,56); }

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