Html Css Color HEX #49D002 Kelly Green

📋 copy color: '#49D002'

red 73 ◦ green 208 ◦ blue 2

#49D002
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #49D002

Tints of Kelly Green #49D002

RGB

 RED value IS 73 (28.91% from 255) = 25.8%

 GREEN value IS 208 (81.64% from 255) = 73.5%

 BLUE value IS 2 (1.17% from 255) = 0.71%

R = 25.8%
G = 73.5%
B = 0.71%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#49D002 (or 0x49D002) is known color: Kelly Green. HEX triplet: 49, D0 and 02. RGB value is (73,208,2). Sum of RGB (Red+Green+Blue) = 73+208+2=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 208 (81.64% from 255 or 73.50% from 283); Blue value is 2 (1.17% from 255 or 0.71% from 283); Max value from RGB is 208 - color contains mainly: green. Hex color #49D002 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49D002 is #B62FFD. Grayscale: #909090. Windows color (decimal): -11939838 or 184393. OLE color: 184393.

HSL color Cylindrical-coordinate representation of color #49D002: hue angle of 99.32º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #49D002 is Cyan = 0.65, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB 73 208 2 -
CMYK 0.65 0 0.99 0.18
HSL 99.32º 0.98% 0.41% -
HSV(B) 99.32º 0.99% 0.82% -
XYZ 25.31 46.53 7.7 -
YUV 144.15 47.77 77.25 -
System Red Green Blue C M Y K H S L
Decimal 73 208 2 0.65 0 0.99 0.18 99.32 0.98 0.41
Hex 49 D0 2 41 0 63 12 63 62 29
Octal 111 320 2 101 0 143 22 143 142 51
Binary 1001001 11010000 10 1000001 0 1100011 10010 1100011 1100010 101001

Color Harmonies of #49D002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D002

Black with #49D002

Text Example


Text Example

White with #49D002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #49D002;
 }
 .AnyTagClassName
 {
   color: #49D002;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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