#3DB942

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

Shades of Lime Green #3DB942

Tints of Lime Green #3DB942

Color information

#3DB942 (or 0x3DB942) is unknown color: approx Lime Green. HEX triplet: 3D, B9 and 42. RGB value is (61,185,66). Sum of RGB (Red+Green+Blue) = 61+185+66=312 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.55% from 312); Green value is 185 (72.66% from 255 or 59.29% from 312); Blue value is 66 (26.17% from 255 or 21.15% from 312); Max value from RGB is 185 - color contains mainly: green. Hex color #3DB942 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB942 is #C246BD. Grayscale: #868686. Windows color (decimal): -12732094 or 4372797. OLE color: 4372797.

HSL color Cylindrical-coordinate representation of color #3DB942: hue angle of 122.42º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3DB942 is Cyan = 0.67, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB6118566-
CMYK0.6700.640.27
HSL122.42º50.41%48.24%-
HSV(B)122.42º67.03%72.55%-
XYZ20.2636.0811.05-
YUV134.3689.4275.68-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.55%
GREEN value IS 185 (72.66% from 255) = 59.29%
BLUE value IS 66 (26.17% from 255) = 21.15%
R=19.55%
G=59.29%
B=21.15%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal61185660.6700.640.27122.4250.4148.24
Hex3DB942430401B7a3230
Octal752711021030100331726260
Binary111101101110011000010100001101000000110111111010110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DB942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,185,66); }

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

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

 a { background-color: rgb(61,185,66); }

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

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

 span { border-color: rgb(61,185,66); }

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