#3DBA28

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

Shades of Lime Green #3DBA28

Tints of Lime Green #3DBA28

Color information

#3DBA28 (or 0x3DBA28) is unknown color: approx Lime Green. HEX triplet: 3D, BA and 28. RGB value is (61,186,40). Sum of RGB (Red+Green+Blue) = 61+186+40=287 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.25% from 287); Green value is 186 (73.05% from 255 or 64.81% from 287); Blue value is 40 (16.02% from 255 or 13.94% from 287); Max value from RGB is 186 - color contains mainly: green. Hex color #3DBA28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DBA28 is #C245D7. Grayscale: #848484. Windows color (decimal): -12731864 or 2669117. OLE color: 2669117.

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

Color convert

RGB6118640-
CMYK0.6700.780.27
HSL111.37º64.6%44.31%-
HSV(B)111.37º78.49%72.94%-
XYZ19.8736.267.96-
YUV131.9876.0977.37-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.25%
GREEN value IS 186 (73.05% from 255) = 64.81%
BLUE value IS 40 (16.02% from 255) = 13.94%
R=21.25%
G=64.81%
B=13.94%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal61186400.6700.780.27111.3764.644.31
Hex3DBA284304E1B6f412c
Octal752725010301163315710154
Binary111101101110101010001000011010011101101111011111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DBA28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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