#3ACC30

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

Shades of Lime Green #3ACC30

Tints of Lime Green #3ACC30

Color information

#3ACC30 (or 0x3ACC30) is unknown color: approx Lime Green. HEX triplet: 3A, CC and 30. RGB value is (58,204,48). Sum of RGB (Red+Green+Blue) = 58+204+48=310 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.71% from 310); Green value is 204 (80.08% from 255 or 65.81% from 310); Blue value is 48 (19.14% from 255 or 15.48% from 310); Max value from RGB is 204 - color contains mainly: green. Hex color #3ACC30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ACC30 is #C533CF. Grayscale: #8F8F8F. Windows color (decimal): -12923856 or 3198010. OLE color: 3198010.

HSL color Cylindrical-coordinate representation of color #3ACC30: hue angle of 116.15º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3ACC30 is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.2.

Color convert

RGB5820448-
CMYK0.7200.760.2
HSL116.15º61.9%49.41%-
HSV(B)116.15º76.47%80%-
XYZ23.8744.310.09-
YUV142.5674.6367.68-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.71%
GREEN value IS 204 (80.08% from 255) = 65.81%
BLUE value IS 48 (19.14% from 255) = 15.48%
R=18.71%
G=65.81%
B=15.48%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal58204480.7200.760.2116.1561.949.41
Hex3ACC304804C14743e31
Octal72314601100114241647661
Binary11101011001100110000100100001001100101001110100111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ACC30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,204,48); }

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

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

 a { background-color: rgb(58,204,48); }

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

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

 span { border-color: rgb(58,204,48); }

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