#48B21E

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

Shades of Kelly Green #48B21E

Tints of Kelly Green #48B21E

Color information

#48B21E (or 0x48B21E) is unknown color: approx Kelly Green. HEX triplet: 48, B2 and 1E. RGB value is (72,178,30). Sum of RGB (Red+Green+Blue) = 72+178+30=280 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.71% from 280); Green value is 178 (69.92% from 255 or 63.57% from 280); Blue value is 30 (12.11% from 255 or 10.71% from 280); Max value from RGB is 178 - color contains mainly: green. Hex color #48B21E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48B21E is #B74DE1. Grayscale: #818181. Windows color (decimal): -12013026 or 2011720. OLE color: 2011720.

HSL color Cylindrical-coordinate representation of color #48B21E: hue angle of 102.97º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #48B21E is Cyan = 0.60, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB7217830-
CMYK0.6000.830.30
HSL102.97º71.15%40.78%-
HSV(B)102.97º83.15%69.8%-
XYZ18.8333.316.67-
YUV129.4371.8887.03-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.71%
GREEN value IS 178 (69.92% from 255) = 63.57%
BLUE value IS 30 (12.11% from 255) = 10.71%
R=25.71%
G=63.57%
B=10.71%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal72178300.6000.830.30102.9771.1540.78
Hex48B21E3C0531E674729
Octal110262367401233614710751
Binary10010001011001011110111100010100111111011001111000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B21E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48B21E; }

 p { color: rgb(72,178,30); }

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

<style>
 a { background-color: #48B21E; }

 a { background-color: rgb(72,178,30); }

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

<style>
 span { border-color: #48B21E; }

 span { border-color: rgb(72,178,30); }

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