#3ACA32

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

Shades of Lime Green #3ACA32

Tints of Lime Green #3ACA32

Color information

#3ACA32 (or 0x3ACA32) is unknown color: approx Lime Green. HEX triplet: 3A, CA and 32. RGB value is (58,202,50). Sum of RGB (Red+Green+Blue) = 58+202+50=310 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.71% from 310); Green value is 202 (79.30% from 255 or 65.16% from 310); Blue value is 50 (19.92% from 255 or 16.13% from 310); Max value from RGB is 202 - color contains mainly: green. Hex color #3ACA32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ACA32 is #C535CD. Grayscale: #8E8E8E. Windows color (decimal): -12924366 or 3328570. OLE color: 3328570.

HSL color Cylindrical-coordinate representation of color #3ACA32: hue angle of 116.84º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3ACA32 is Cyan = 0.71, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB5820250-
CMYK0.7100.750.21
HSL116.84º60.32%49.41%-
HSV(B)116.84º75.25%79.22%-
XYZ23.4443.3710.15-
YUV141.6276.2968.36-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.71%
GREEN value IS 202 (79.30% from 255) = 65.16%
BLUE value IS 50 (19.92% from 255) = 16.13%
R=18.71%
G=65.16%
B=16.13%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal58202500.7100.750.21116.8460.3249.41
Hex3ACA324704B15753c31
Octal72312621070113251657461
Binary11101011001010110010100011101001011101011110101111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ACA32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,202,50); }

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

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

 a { background-color: rgb(58,202,50); }

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

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

 span { border-color: rgb(58,202,50); }

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