#3DBA33

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

Shades of Lime Green #3DBA33

Tints of Lime Green #3DBA33

Color information

#3DBA33 (or 0x3DBA33) is unknown color: approx Lime Green. HEX triplet: 3D, BA and 33. RGB value is (61,186,51). Sum of RGB (Red+Green+Blue) = 61+186+51=298 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.47% from 298); Green value is 186 (73.05% from 255 or 62.42% from 298); Blue value is 51 (20.31% from 255 or 17.11% from 298); Max value from RGB is 186 - color contains mainly: green. Hex color #3DBA33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DBA33 is #C245CC. Grayscale: #858585. Windows color (decimal): -12731853 or 3390013. OLE color: 3390013.

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

Color convert

RGB6118651-
CMYK0.6700.730.27
HSL115.56º56.96%46.47%-
HSV(B)115.56º72.58%72.94%-
XYZ20.0836.359.09-
YUV133.2381.5976.48-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.47%
GREEN value IS 186 (73.05% from 255) = 62.42%
BLUE value IS 51 (20.31% from 255) = 17.11%
R=20.47%
G=62.42%
B=17.11%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal61186510.6700.730.27115.5656.9646.47
Hex3DBA33430491B74392e
Octal75272631030111331647156
Binary11110110111010110011100001101001001110111110100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DBA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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