#3AC44B

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

Shades of Lime Green #3AC44B

Tints of Lime Green #3AC44B

Color information

#3AC44B (or 0x3AC44B) is unknown color: approx Lime Green. HEX triplet: 3A, C4 and 4B. RGB value is (58,196,75). Sum of RGB (Red+Green+Blue) = 58+196+75=329 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.63% from 329); Green value is 196 (76.95% from 255 or 59.57% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 196 - color contains mainly: green. Hex color #3AC44B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC44B is #C53BB4. Grayscale: #8D8D8D. Windows color (decimal): -12925877 or 4965434. OLE color: 4965434.

HSL color Cylindrical-coordinate representation of color #3AC44B: hue angle of 127.39º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AC44B is Cyan = 0.70, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB5819675-
CMYK0.7000.620.23
HSL127.39º54.33%49.8%-
HSV(B)127.39º70.41%76.86%-
XYZ22.7540.8913.35-
YUV140.9490.7868.84-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.63%
GREEN value IS 196 (76.95% from 255) = 59.57%
BLUE value IS 75 (29.69% from 255) = 22.80%
R=17.63%
G=59.57%
B=22.80%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal58196750.7000.620.23127.3954.3349.8
Hex3AC44B4603E177f3632
Octal72304113106076271776662
Binary11101011000100100101110001100111110101111111111110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AC44B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,196,75); }

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

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

 a { background-color: rgb(58,196,75); }

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

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

 span { border-color: rgb(58,196,75); }

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