#2ACB1C

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

Shades of Lime Green #2ACB1C

Tints of Lime Green #2ACB1C

Color information

#2ACB1C (or 0x2ACB1C) is unknown color: approx Lime Green. HEX triplet: 2A, CB and 1C. RGB value is (42,203,28). Sum of RGB (Red+Green+Blue) = 42+203+28=273 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.38% from 273); Green value is 203 (79.69% from 255 or 74.36% from 273); Blue value is 28 (11.33% from 255 or 10.26% from 273); Max value from RGB is 203 - color contains mainly: green. Hex color #2ACB1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ACB1C is #D534E3. Grayscale: #878787. Windows color (decimal): -13972708 or 1887018. OLE color: 1887018.

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

Color convert

RGB4220328-
CMYK0.7900.860.20
HSL115.2º75.76%45.29%-
HSV(B)115.2º86.21%79.61%-
XYZ22.5243.298.27-
YUV134.9167.6661.73-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.38%
GREEN value IS 203 (79.69% from 255) = 74.36%
BLUE value IS 28 (11.33% from 255) = 10.26%
R=15.38%
G=74.36%
B=10.26%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal42203280.7900.860.20115.275.7645.29
Hex2ACB1C4F05614734c2d
Octal523133411701262416311455
Binary10101011001011111001001111010101101010011100111001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ACB1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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