#3AC026

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

Shades of Lime Green #3AC026

Tints of Lime Green #3AC026

Color information

#3AC026 (or 0x3AC026) is unknown color: approx Lime Green. HEX triplet: 3A, C0 and 26. RGB value is (58,192,38). Sum of RGB (Red+Green+Blue) = 58+192+38=288 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.14% from 288); Green value is 192 (75.39% from 255 or 66.67% from 288); Blue value is 38 (15.23% from 255 or 13.19% from 288); Max value from RGB is 192 - color contains mainly: green. Hex color #3AC026 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC026 is #C53FD9. Grayscale: #868686. Windows color (decimal): -12926938 or 2539578. OLE color: 2539578.

HSL color Cylindrical-coordinate representation of color #3AC026: hue angle of 112.21º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3AC026 is Cyan = 0.70, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB5819238-
CMYK0.7000.800.25
HSL112.21º66.96%45.1%-
HSV(B)112.21º80.21%75.29%-
XYZ20.9438.748.21-
YUV134.3873.6173.52-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.14%
GREEN value IS 192 (75.39% from 255) = 66.67%
BLUE value IS 38 (15.23% from 255) = 13.19%
R=20.14%
G=66.67%
B=13.19%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal58192380.7000.800.25112.2166.9645.1
Hex3AC026460501970432d
Octal723004610601203116010355
Binary111010110000001001101000110010100001100111100001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AC026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,192,38); }

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

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

 a { background-color: rgb(58,192,38); }

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

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

 span { border-color: rgb(58,192,38); }

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