#2AD100

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

Shades of Kelly Green #2AD100

Tints of Kelly Green #2AD100

Color information

#2AD100 (or 0x2AD100) is unknown color: approx Kelly Green. HEX triplet: 2A, D1 and 00. RGB value is (42,209,0). Sum of RGB (Red+Green+Blue) = 42+209+0=251 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.73% from 251); Green value is 209 (82.03% from 255 or 83.27% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 209 - color contains mainly: green. Hex color #2AD100 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AD100 is #D52EFF. Grayscale: #878787. Windows color (decimal): -13971200 or 53546. OLE color: 53546.

HSL color Cylindrical-coordinate representation of color #2AD100: hue angle of 107.94º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2AD100 is Cyan = 0.80, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB422090-
CMYK0.80010.18
HSL107.94º100%40.98%-
HSV(B)107.94º100%81.96%-
XYZ23.7646.097.64-
YUV135.2451.6761.49-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.73%
GREEN value IS 209 (82.03% from 255) = 83.27%
BLUE value IS 0 (0.39% from 255) = 0%
R=16.73%
G=83.27%
B=0%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal4220900.80010.18107.9410040.98
Hex2AD1050064126c6429
Octal52321012001442215414451
Binary1010101101000101010000011001001001011011001100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AD100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,209,0); }

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

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

 a { background-color: rgb(42,209,0); }

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

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

 span { border-color: rgb(42,209,0); }

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