#3ABC3D

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

Shades of Lime Green #3ABC3D

Tints of Lime Green #3ABC3D

Color information

#3ABC3D (or 0x3ABC3D) is unknown color: approx Lime Green. HEX triplet: 3A, BC and 3D. RGB value is (58,188,61). Sum of RGB (Red+Green+Blue) = 58+188+61=307 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.89% from 307); Green value is 188 (73.83% from 255 or 61.24% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 188 - color contains mainly: green. Hex color #3ABC3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ABC3D is #C543C2. Grayscale: #878787. Windows color (decimal): -12927939 or 4045882. OLE color: 4045882.

HSL color Cylindrical-coordinate representation of color #3ABC3D: hue angle of 121.38º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ABC3D is Cyan = 0.69, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB5818861-
CMYK0.6900.680.26
HSL121.38º52.85%48.24%-
HSV(B)121.38º69.15%73.73%-
XYZ20.5737.210.51-
YUV134.6586.4373.33-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.89%
GREEN value IS 188 (73.83% from 255) = 61.24%
BLUE value IS 61 (24.22% from 255) = 19.87%
R=18.89%
G=61.24%
B=19.87%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal58188610.6900.680.26121.3852.8548.24
Hex3ABC3D450441A793530
Octal72274751050104321716560
Binary11101010111100111101100010101000100110101111001110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ABC3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,188,61); }

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

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

 a { background-color: rgb(58,188,61); }

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

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

 span { border-color: rgb(58,188,61); }

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