#2AD300

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

Shades of Kelly Green #2AD300

Tints of Kelly Green #2AD300

Color information

#2AD300 (or 0x2AD300) is unknown color: approx Kelly Green. HEX triplet: 2A, D3 and 00. RGB value is (42,211,0). Sum of RGB (Red+Green+Blue) = 42+211+0=253 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.60% from 253); Green value is 211 (82.81% from 255 or 83.40% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 211 - color contains mainly: green. Hex color #2AD300 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AD300 is #D52CFF. Grayscale: #898989. Windows color (decimal): -13970688 or 54058. OLE color: 54058.

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

Color convert

RGB422110-
CMYK0.80010.17
HSL108.06º100%41.37%-
HSV(B)108.06º100%82.75%-
XYZ24.2547.087.81-
YUV136.4251.0160.66-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.60%
GREEN value IS 211 (82.81% from 255) = 83.40%
BLUE value IS 0 (0.39% from 255) = 0%
R=16.60%
G=83.40%
B=0%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal4221100.80010.17108.0610041.37
Hex2AD3050064116c6429
Octal52323012001442115414451
Binary1010101101001101010000011001001000111011001100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AD300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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