#3AB63F

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

Shades of Lime Green #3AB63F

Tints of Lime Green #3AB63F

Color information

#3AB63F (or 0x3AB63F) is unknown color: approx Lime Green. HEX triplet: 3A, B6 and 3F. RGB value is (58,182,63). Sum of RGB (Red+Green+Blue) = 58+182+63=303 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.14% from 303); Green value is 182 (71.48% from 255 or 60.07% from 303); Blue value is 63 (25% from 255 or 20.79% from 303); Max value from RGB is 182 - color contains mainly: green. Hex color #3AB63F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AB63F is #C549C0. Grayscale: #838383. Windows color (decimal): -12929473 or 4175418. OLE color: 4175418.

HSL color Cylindrical-coordinate representation of color #3AB63F: hue angle of 122.42º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3AB63F is Cyan = 0.68, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB5818263-
CMYK0.6800.650.29
HSL122.42º51.67%47.06%-
HSV(B)122.42º68.13%71.37%-
XYZ19.3734.7110.38-
YUV131.3689.4275.68-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.14%
GREEN value IS 182 (71.48% from 255) = 60.07%
BLUE value IS 63 (25% from 255) = 20.79%
R=19.14%
G=60.07%
B=20.79%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal58182630.6800.650.29122.4251.6747.06
Hex3AB63F440411D7a342f
Octal72266771040101351726457
Binary11101010110110111111100010001000001111011111010110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AB63F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,182,63); }

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

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

 a { background-color: rgb(58,182,63); }

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

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

 span { border-color: rgb(58,182,63); }

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