#2AB200

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

Shades of Kelly Green #2AB200

Tints of Kelly Green #2AB200

Color information

#2AB200 (or 0x2AB200) is unknown color: approx Kelly Green. HEX triplet: 2A, B2 and 00. RGB value is (42,178,0). Sum of RGB (Red+Green+Blue) = 42+178+0=220 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.09% from 220); Green value is 178 (69.92% from 255 or 80.91% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 178 - color contains mainly: green. Hex color #2AB200 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AB200 is #D54DFF. Grayscale: #757575. Windows color (decimal): -13979136 or 45610. OLE color: 45610.

HSL color Cylindrical-coordinate representation of color #2AB200: hue angle of 105.84º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2AB200 is Cyan = 0.76, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.30.

Color convert

RGB421780-
CMYK0.76010.30
HSL105.84º100%34.9%-
HSV(B)105.84º100%69.8%-
XYZ16.8832.335.35-
YUV117.0461.9474.47-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.09%
GREEN value IS 178 (69.92% from 255) = 80.91%
BLUE value IS 0 (0.39% from 255) = 0%
R=19.09%
G=80.91%
B=0%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal4217800.76010.30105.8410034.9
Hex2AB204C0641E6a6423
Octal52262011401443615214443
Binary1010101011001001001100011001001111011010101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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