#3AB334

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

Shades of Lime Green #3AB334

Tints of Lime Green #3AB334

Color information

#3AB334 (or 0x3AB334) is unknown color: approx Lime Green. HEX triplet: 3A, B3 and 34. RGB value is (58,179,52). Sum of RGB (Red+Green+Blue) = 58+179+52=289 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.07% from 289); Green value is 179 (70.31% from 255 or 61.94% from 289); Blue value is 52 (20.70% from 255 or 17.99% from 289); Max value from RGB is 179 - color contains mainly: green. Hex color #3AB334 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AB334 is #C54CCB. Grayscale: #808080. Windows color (decimal): -12930252 or 3453754. OLE color: 3453754.

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

Color convert

RGB5817952-
CMYK0.6800.710.30
HSL117.17º54.98%45.29%-
HSV(B)117.17º70.95%70.2%-
XYZ18.4833.398.72-
YUV128.3484.9177.83-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.07%
GREEN value IS 179 (70.31% from 255) = 61.94%
BLUE value IS 52 (20.70% from 255) = 17.99%
R=20.07%
G=61.94%
B=17.99%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal58179520.6800.710.30117.1754.9845.29
Hex3AB334440471E75372d
Octal72263641040107361656755
Binary11101010110011110100100010001000111111101110101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AB334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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