#3AB235

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

Shades of Lime Green #3AB235

Tints of Lime Green #3AB235

Color information

#3AB235 (or 0x3AB235) is unknown color: approx Lime Green. HEX triplet: 3A, B2 and 35. RGB value is (58,178,53). Sum of RGB (Red+Green+Blue) = 58+178+53=289 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.07% from 289); Green value is 178 (69.92% from 255 or 61.59% from 289); Blue value is 53 (21.09% from 255 or 18.34% from 289); Max value from RGB is 178 - color contains mainly: green. Hex color #3AB235 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AB235 is #C54DCA. Grayscale: #808080. Windows color (decimal): -12930507 or 3519034. OLE color: 3519034.

HSL color Cylindrical-coordinate representation of color #3AB235: hue angle of 117.6º 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 #3AB235 is Cyan = 0.67, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB5817853-
CMYK0.6700.700.30
HSL117.6º54.11%45.29%-
HSV(B)117.6º70.22%69.8%-
XYZ18.31338.77-
YUV127.8785.7478.16-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.07%
GREEN value IS 178 (69.92% from 255) = 61.59%
BLUE value IS 53 (21.09% from 255) = 18.34%
R=20.07%
G=61.59%
B=18.34%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal58178530.6700.700.30117.654.1145.29
Hex3AB235430461E76362d
Octal72262651030106361666655
Binary11101010110010110101100001101000110111101110110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AB235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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