Html Css Color HEX #49BF2E Kelly Green

📋 copy color: '#49BF2E'

red 73 ◦ green 191 ◦ blue 46

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

Shades of Kelly Green #49BF2E

Tints of Kelly Green #49BF2E

RGB

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

 GREEN value IS 191 (75% from 255) = 61.61%

 BLUE value IS 46 (18.36% from 255) = 14.84%

R = 23.55%
G = 61.61%
B = 14.84%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#49BF2E (or 0x49BF2E) is known color: Kelly Green. HEX triplet: 49, BF and 2E. RGB value is (73,191,46). Sum of RGB (Red+Green+Blue) = 73+191+46=310 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.55% from 310); Green value is 191 (75% from 255 or 61.61% from 310); Blue value is 46 (18.36% from 255 or 14.84% from 310); Max value from RGB is 191 - color contains mainly: green. Hex color #49BF2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49BF2E is #B640D1. Grayscale: #8B8B8B. Windows color (decimal): -11944146 or 3063625. OLE color: 3063625.

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

Color convert

RGB 73 191 46 -
CMYK 0.62 0 0.76 0.25
HSL 108.83º 0.61% 0.46% -
HSV(B) 108.83º 0.76% 0.75% -
XYZ 21.87 38.88 8.94 -
YUV 139.19 75.41 80.79 -
System Red Green Blue C M Y K H S L
Decimal 73 191 46 0.62 0 0.76 0.25 108.83 0.61 0.46
Hex 49 BF 2E 3E 0 4C 19 6D 3D 2E
Octal 111 277 56 76 0 114 31 155 75 56
Binary 1001001 10111111 101110 111110 0 1001100 11001 1101101 111101 101110

Color Harmonies of #49BF2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BF2E

Black with #49BF2E

Text Example


Text Example

White with #49BF2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,191,46); }

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

background-color css

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

 a { background-color: rgb(73,191,46); }

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

border-color css

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

 span { border-color: rgb(73,191,46); }

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