#3AB335

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

Shades of Lime Green #3AB335

Tints of Lime Green #3AB335

Color information

#3AB335 (or 0x3AB335) is unknown color: approx Lime Green. HEX triplet: 3A, B3 and 35. RGB value is (58,179,53). Sum of RGB (Red+Green+Blue) = 58+179+53=290 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20% from 290); Green value is 179 (70.31% from 255 or 61.72% from 290); Blue value is 53 (21.09% from 255 or 18.28% from 290); Max value from RGB is 179 - color contains mainly: green. Hex color #3AB335 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AB335 is #C54CCA. Grayscale: #808080. Windows color (decimal): -12930251 or 3519290. OLE color: 3519290.

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

Color convert

RGB5817953-
CMYK0.6800.700.30
HSL117.62º54.31%45.49%-
HSV(B)117.62º70.39%70.2%-
XYZ18.5133.48.84-
YUV128.4685.4177.75-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20%
GREEN value IS 179 (70.31% from 255) = 61.72%
BLUE value IS 53 (21.09% from 255) = 18.28%
R=20%
G=61.72%
B=18.28%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal58179530.6800.700.30117.6254.3145.49
Hex3AB335440461E76362d
Octal72263651040106361666655
Binary11101010110011110101100010001000110111101110110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AB335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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