#48CF03

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

Shades of Kelly Green #48CF03

Tints of Kelly Green #48CF03

Color information

#48CF03 (or 0x48CF03) is unknown color: approx Kelly Green. HEX triplet: 48, CF and 03. RGB value is (72,207,3). Sum of RGB (Red+Green+Blue) = 72+207+3=282 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.53% from 282); Green value is 207 (81.25% from 255 or 73.40% from 282); Blue value is 3 (1.56% from 255 or 1.06% from 282); Max value from RGB is 207 - color contains mainly: green. Hex color #48CF03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48CF03 is #B730FC. Grayscale: #909090. Windows color (decimal): -12005629 or 249672. OLE color: 249672.

HSL color Cylindrical-coordinate representation of color #48CF03: hue angle of 99.71º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #48CF03 is Cyan = 0.65, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.

Color convert

RGB722073-
CMYK0.6500.990.19
HSL99.71º97.14%41.18%-
HSV(B)99.71º98.55%81.18%-
XYZ2546.017.65-
YUV143.3848.7777.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.53%
GREEN value IS 207 (81.25% from 255) = 73.40%
BLUE value IS 3 (1.56% from 255) = 1.06%
R=25.53%
G=73.40%
B=1.06%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal7220730.6500.990.1999.7197.1441.18
Hex48CF34106313646129
Octal110317310101432314414151
Binary100100011001111111000001011000111001111001001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48CF03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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