#3AC222

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

Shades of Lime Green #3AC222

Tints of Lime Green #3AC222

Color information

#3AC222 (or 0x3AC222) is unknown color: approx Lime Green. HEX triplet: 3A, C2 and 22. RGB value is (58,194,34). Sum of RGB (Red+Green+Blue) = 58+194+34=286 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.28% from 286); Green value is 194 (76.17% from 255 or 67.83% from 286); Blue value is 34 (13.67% from 255 or 11.89% from 286); Max value from RGB is 194 - color contains mainly: green. Hex color #3AC222 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC222 is #C53DDD. Grayscale: #878787. Windows color (decimal): -12926430 or 2277946. OLE color: 2277946.

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

Color convert

RGB5819434-
CMYK0.7000.820.24
HSL111º70.18%44.71%-
HSV(B)111º82.47%76.08%-
XYZ21.3339.68.03-
YUV135.170.9473.01-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.28%
GREEN value IS 194 (76.17% from 255) = 67.83%
BLUE value IS 34 (13.67% from 255) = 11.89%
R=20.28%
G=67.83%
B=11.89%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal58194340.7000.820.2411170.1844.71
Hex3AC22246052186f462d
Octal723024210601223015710655
Binary111010110000101000101000110010100101100011011111000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AC222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,194,34); }

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

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

 a { background-color: rgb(58,194,34); }

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

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

 span { border-color: rgb(58,194,34); }

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