#2ACF12

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

Shades of Lime Green #2ACF12

Tints of Lime Green #2ACF12

Color information

#2ACF12 (or 0x2ACF12) is unknown color: approx Lime Green. HEX triplet: 2A, CF and 12. RGB value is (42,207,18). Sum of RGB (Red+Green+Blue) = 42+207+18=267 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.73% from 267); Green value is 207 (81.25% from 255 or 77.53% from 267); Blue value is 18 (7.42% from 255 or 6.74% from 267); Max value from RGB is 207 - color contains mainly: green. Hex color #2ACF12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ACF12 is #D530ED. Grayscale: #888888. Windows color (decimal): -13971694 or 1232682. OLE color: 1232682.

HSL color Cylindrical-coordinate representation of color #2ACF12: hue angle of 112.38º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2ACF12 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB4220718-
CMYK0.8000.910.19
HSL112.38º84%44.12%-
HSV(B)112.38º91.3%81.18%-
XYZ23.3845.168.06-
YUV136.1261.3460.87-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.73%
GREEN value IS 207 (81.25% from 255) = 77.53%
BLUE value IS 18 (7.42% from 255) = 6.74%
R=15.73%
G=77.53%
B=6.74%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal42207180.8000.910.19112.388444.12
Hex2ACF125005B1370542c
Octal523172212001332316012454
Binary10101011001111100101010000010110111001111100001010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ACF12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,207,18); }

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

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

 a { background-color: rgb(42,207,18); }

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

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

 span { border-color: rgb(42,207,18); }

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