#2ACB48

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

Shades of Lime Green #2ACB48

Tints of Lime Green #2ACB48

Color information

#2ACB48 (or 0x2ACB48) is unknown color: approx Lime Green. HEX triplet: 2A, CB and 48. RGB value is (42,203,72). Sum of RGB (Red+Green+Blue) = 42+203+72=317 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.25% from 317); Green value is 203 (79.69% from 255 or 64.04% from 317); Blue value is 72 (28.52% from 255 or 22.71% from 317); Max value from RGB is 203 - color contains mainly: green. Hex color #2ACB48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ACB48 is #D534B7. Grayscale: #8C8C8C. Windows color (decimal): -13972664 or 4770602. OLE color: 4770602.

HSL color Cylindrical-coordinate representation of color #2ACB48: hue angle of 131.18º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ACB48 is Cyan = 0.79, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB4220372-
CMYK0.7900.650.20
HSL131.18º65.71%48.04%-
HSV(B)131.18º79.31%79.61%-
XYZ23.4843.6713.32-
YUV139.9389.6658.15-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.25%
GREEN value IS 203 (79.69% from 255) = 64.04%
BLUE value IS 72 (28.52% from 255) = 22.71%
R=13.25%
G=64.04%
B=22.71%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal42203720.7900.650.20131.1865.7148.04
Hex2ACB484F04114834230
Octal5231311011701012420310260
Binary10101011001011100100010011110100000110100100000111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ACB48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2ACB48; }

 p { color: rgb(42,203,72); }

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

<style>
 a { background-color: #2ACB48; }

 a { background-color: rgb(42,203,72); }

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

<style>
 span { border-color: #2ACB48; }

 span { border-color: rgb(42,203,72); }

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