#49C002

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

Shades of Kelly Green #49C002

Tints of Kelly Green #49C002

Color information

#49C002 (or 0x49C002) is unknown color: approx Kelly Green. HEX triplet: 49, C0 and 02. RGB value is (73,192,2). Sum of RGB (Red+Green+Blue) = 73+192+2=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 192 (75.39% from 255 or 71.91% from 267); Blue value is 2 (1.17% from 255 or 0.75% from 267); Max value from RGB is 192 - color contains mainly: green. Hex color #49C002 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49C002 is #B63FFD. Grayscale: #878787. Windows color (decimal): -11943934 or 180297. OLE color: 180297.

HSL color Cylindrical-coordinate representation of color #49C002: hue angle of 97.58º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #49C002 is Cyan = 0.62, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB731922-
CMYK0.6200.990.25
HSL97.58º97.94%38.04%-
HSV(B)97.58º98.96%75.29%-
XYZ21.6139.126.47-
YUV134.7653.0883.95-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.34%
GREEN value IS 192 (75.39% from 255) = 71.91%
BLUE value IS 2 (1.17% from 255) = 0.75%
R=27.34%
G=71.91%
B=0.75%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal7319220.6200.990.2597.5897.9438.04
Hex49C023E06319626226
Octal11130027601433114214246
Binary10010011100000010111110011000111100111000101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49C002; }

 p { color: rgb(73,192,2); }

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

<style>
 a { background-color: #49C002; }

 a { background-color: rgb(73,192,2); }

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

<style>
 span { border-color: #49C002; }

 span { border-color: rgb(73,192,2); }

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