#2AC40F

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

Shades of Kelly Green #2AC40F

Tints of Kelly Green #2AC40F

Color information

#2AC40F (or 0x2AC40F) is unknown color: approx Kelly Green. HEX triplet: 2A, C4 and 0F. RGB value is (42,196,15). Sum of RGB (Red+Green+Blue) = 42+196+15=253 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.60% from 253); Green value is 196 (76.95% from 255 or 77.47% from 253); Blue value is 15 (6.25% from 255 or 5.93% from 253); Max value from RGB is 196 - color contains mainly: green. Hex color #2AC40F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AC40F is #D53BF0. Grayscale: #818181. Windows color (decimal): -13974513 or 1033258. OLE color: 1033258.

HSL color Cylindrical-coordinate representation of color #2AC40F: hue angle of 111.05º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2AC40F is Cyan = 0.79, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB4219615-
CMYK0.7900.920.23
HSL111.05º85.78%41.37%-
HSV(B)111.05º92.35%76.86%-
XYZ20.7840.017.08-
YUV129.3263.4865.72-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.60%
GREEN value IS 196 (76.95% from 255) = 77.47%
BLUE value IS 15 (6.25% from 255) = 5.93%
R=16.60%
G=77.47%
B=5.93%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal42196150.7900.920.23111.0585.7841.37
Hex2AC4F4F05C176f5629
Octal523041711701342715712651
Binary1010101100010011111001111010111001011111011111010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AC40F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,196,15); }

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

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

 a { background-color: rgb(42,196,15); }

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

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

 span { border-color: rgb(42,196,15); }

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