#3ACA2B

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

Shades of Lime Green #3ACA2B

Tints of Lime Green #3ACA2B

Color information

#3ACA2B (or 0x3ACA2B) is unknown color: approx Lime Green. HEX triplet: 3A, CA and 2B. RGB value is (58,202,43). Sum of RGB (Red+Green+Blue) = 58+202+43=303 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.14% from 303); Green value is 202 (79.30% from 255 or 66.67% from 303); Blue value is 43 (17.19% from 255 or 14.19% from 303); Max value from RGB is 202 - color contains mainly: green. Hex color #3ACA2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ACA2B is #C535D4. Grayscale: #8D8D8D. Windows color (decimal): -12924373 or 2869818. OLE color: 2869818.

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

Color convert

RGB5820243-
CMYK0.7100.790.21
HSL114.34º64.9%48.04%-
HSV(B)114.34º78.71%79.22%-
XYZ23.343.329.42-
YUV140.8272.7968.93-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.14%
GREEN value IS 202 (79.30% from 255) = 66.67%
BLUE value IS 43 (17.19% from 255) = 14.19%
R=19.14%
G=66.67%
B=14.19%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal58202430.7100.790.21114.3464.948.04
Hex3ACA2B4704F15724130
Octal723125310701172516210160
Binary111010110010101010111000111010011111010111100101000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ACA2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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