#3AB338

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

Shades of Lime Green #3AB338

Tints of Lime Green #3AB338

Color information

#3AB338 (or 0x3AB338) is unknown color: approx Lime Green. HEX triplet: 3A, B3 and 38. RGB value is (58,179,56). Sum of RGB (Red+Green+Blue) = 58+179+56=293 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.80% from 293); Green value is 179 (70.31% from 255 or 61.09% from 293); Blue value is 56 (22.27% from 255 or 19.11% from 293); Max value from RGB is 179 - color contains mainly: green. Hex color #3AB338 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AB338 is #C54CC7. Grayscale: #818181. Windows color (decimal): -12930248 or 3715898. OLE color: 3715898.

HSL color Cylindrical-coordinate representation of color #3AB338: hue angle of 119.02º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3AB338 is Cyan = 0.68, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB5817956-
CMYK0.6800.690.30
HSL119.02º52.34%46.08%-
HSV(B)119.02º68.72%70.2%-
XYZ18.5833.439.21-
YUV128.886.9177.5-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.80%
GREEN value IS 179 (70.31% from 255) = 61.09%
BLUE value IS 56 (22.27% from 255) = 19.11%
R=19.80%
G=61.09%
B=19.11%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal58179560.6800.690.30119.0252.3446.08
Hex3AB338440451E77342e
Octal72263701040105361676456
Binary11101010110011111000100010001000101111101110111110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AB338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,179,56); }

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

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

 a { background-color: rgb(58,179,56); }

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

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

 span { border-color: rgb(58,179,56); }

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