#3DBA2C

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

Shades of Lime Green #3DBA2C

Tints of Lime Green #3DBA2C

Color information

#3DBA2C (or 0x3DBA2C) is unknown color: approx Lime Green. HEX triplet: 3D, BA and 2C. RGB value is (61,186,44). Sum of RGB (Red+Green+Blue) = 61+186+44=291 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.96% from 291); Green value is 186 (73.05% from 255 or 63.92% from 291); Blue value is 44 (17.58% from 255 or 15.12% from 291); Max value from RGB is 186 - color contains mainly: green. Hex color #3DBA2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DBA2C is #C245D3. Grayscale: #848484. Windows color (decimal): -12731860 or 2931261. OLE color: 2931261.

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

Color convert

RGB6118644-
CMYK0.6700.760.27
HSL112.82º61.74%45.1%-
HSV(B)112.82º76.34%72.94%-
XYZ19.9436.298.34-
YUV132.4478.0977.05-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.96%
GREEN value IS 186 (73.05% from 255) = 63.92%
BLUE value IS 44 (17.58% from 255) = 15.12%
R=20.96%
G=63.92%
B=15.12%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal61186440.6700.760.27112.8261.7445.1
Hex3DBA2C4304C1B713e2d
Octal75272541030114331617655
Binary11110110111010101100100001101001100110111110001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DBA2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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