#3AD335

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

Shades of Lime Green #3AD335

Tints of Lime Green #3AD335

Color information

#3AD335 (or 0x3AD335) is unknown color: approx Lime Green. HEX triplet: 3A, D3 and 35. RGB value is (58,211,53). Sum of RGB (Red+Green+Blue) = 58+211+53=322 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.01% from 322); Green value is 211 (82.81% from 255 or 65.53% from 322); Blue value is 53 (21.09% from 255 or 16.46% from 322); Max value from RGB is 211 - color contains mainly: green. Hex color #3AD335 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD335 is #C52CCA. Grayscale: #939393. Windows color (decimal): -12922059 or 3527482. OLE color: 3527482.

HSL color Cylindrical-coordinate representation of color #3AD335: hue angle of 118.1º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AD335 is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB5821153-
CMYK0.7300.750.17
HSL118.1º64.23%51.76%-
HSV(B)118.1º74.88%82.75%-
XYZ25.6847.7511.23-
YUV147.2474.8164.35-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.01%
GREEN value IS 211 (82.81% from 255) = 65.53%
BLUE value IS 53 (21.09% from 255) = 16.46%
R=18.01%
G=65.53%
B=16.46%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal58211530.7300.750.17118.164.2351.76
Hex3AD3354904B11764034
Octal723236511101132116610064
Binary111010110100111101011001001010010111000111101101000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AD335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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