Html Css Color HEX #49C30B Kelly Green

📋 copy color: '#49C30B'

red 73 ◦ green 195 ◦ blue 11

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

Shades of Kelly Green #49C30B

Tints of Kelly Green #49C30B

RGB

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

 GREEN value IS 195 (76.56% from 255) = 69.89%

 BLUE value IS 11 (4.69% from 255) = 3.94%

R = 26.16%
G = 69.89%
B = 3.94%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#49C30B (or 0x49C30B) is known color: Kelly Green. HEX triplet: 49, C3 and 0B. RGB value is (73,195,11). Sum of RGB (Red+Green+Blue) = 73+195+11=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 195 (76.56% from 255 or 69.89% from 279); Blue value is 11 (4.69% from 255 or 3.94% from 279); Max value from RGB is 195 - color contains mainly: green. Hex color #49C30B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49C30B is #B63CF4. Grayscale: #8A8A8A. Windows color (decimal): -11943157 or 770889. OLE color: 770889.

HSL color Cylindrical-coordinate representation of color #49C30B: hue angle of 99.78º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #49C30B is Cyan = 0.63, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 73 195 11 -
CMYK 0.63 0 0.94 0.24
HSL 99.78º 0.89% 0.4% -
HSV(B) 99.78º 0.94% 0.76% -
XYZ 22.32 40.47 6.95 -
YUV 137.55 56.58 81.96 -
System Red Green Blue C M Y K H S L
Decimal 73 195 11 0.63 0 0.94 0.24 99.78 0.89 0.4
Hex 49 C3 B 3F 0 5E 18 64 59 28
Octal 111 303 13 77 0 136 30 144 131 50
Binary 1001001 11000011 1011 111111 0 1011110 11000 1100100 1011001 101000

Color Harmonies of #49C30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C30B

Black with #49C30B

Text Example


Text Example

White with #49C30B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,195,11); }

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

background-color css

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

 a { background-color: rgb(73,195,11); }

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

border-color css

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

 span { border-color: rgb(73,195,11); }

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