#3DB133

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

Shades of Lime Green #3DB133

Tints of Lime Green #3DB133

Color information

#3DB133 (or 0x3DB133) is unknown color: approx Lime Green. HEX triplet: 3D, B1 and 33. RGB value is (61,177,51). Sum of RGB (Red+Green+Blue) = 61+177+51=289 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.11% from 289); Green value is 177 (69.53% from 255 or 61.25% from 289); Blue value is 51 (20.31% from 255 or 17.65% from 289); Max value from RGB is 177 - color contains mainly: green. Hex color #3DB133 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DB133 is #C24ECC. Grayscale: #808080. Windows color (decimal): -12734157 or 3387709. OLE color: 3387709.

HSL color Cylindrical-coordinate representation of color #3DB133: hue angle of 115.24º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DB133 is Cyan = 0.66, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB6117751-
CMYK0.6600.710.31
HSL115.24º55.26%44.71%-
HSV(B)115.24º71.19%69.41%-
XYZ18.2432.688.48-
YUV127.9584.5780.25-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.11%
GREEN value IS 177 (69.53% from 255) = 61.25%
BLUE value IS 51 (20.31% from 255) = 17.65%
R=21.11%
G=61.25%
B=17.65%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal61177510.6600.710.31115.2455.2644.71
Hex3DB133420471F73372d
Octal75261631020107371636755
Binary11110110110001110011100001001000111111111110011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DB133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,177,51); }

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

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

 a { background-color: rgb(61,177,51); }

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

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

 span { border-color: rgb(61,177,51); }

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