#48C203

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

Shades of Kelly Green #48C203

Tints of Kelly Green #48C203

Color information

#48C203 (or 0x48C203) is unknown color: approx Kelly Green. HEX triplet: 48, C2 and 03. RGB value is (72,194,3). Sum of RGB (Red+Green+Blue) = 72+194+3=269 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.77% from 269); Green value is 194 (76.17% from 255 or 72.12% from 269); Blue value is 3 (1.56% from 255 or 1.12% from 269); Max value from RGB is 194 - color contains mainly: green. Hex color #48C203 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48C203 is #B73DFC. Grayscale: #888888. Windows color (decimal): -12008957 or 246344. OLE color: 246344.

HSL color Cylindrical-coordinate representation of color #48C203: hue angle of 98.32º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #48C203 is Cyan = 0.63, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB721943-
CMYK0.6300.980.24
HSL98.32º96.95%38.63%-
HSV(B)98.32º98.45%76.08%-
XYZ21.9839.976.64-
YUV135.7553.0882.53-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.77%
GREEN value IS 194 (76.17% from 255) = 72.12%
BLUE value IS 3 (1.56% from 255) = 1.12%
R=26.77%
G=72.12%
B=1.12%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal7219430.6300.980.2498.3296.9538.63
Hex48C233F06218626127
Octal11030237701423014214147
Binary10010001100001011111111011000101100011000101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,194,3); }

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

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

 a { background-color: rgb(72,194,3); }

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

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

 span { border-color: rgb(72,194,3); }

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