#48ce00

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

Shades of Kelly Green #48CE00

Tints of Kelly Green #48CE00

Color information

#48CE00 (or 0x48CE00) is unknown color: approx Kelly Green. HEX triplet: 48, CE and 00. RGB value is (72,206,0). Sum of RGB (Red+Green+Blue) = 72+206+0=278 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.90% from 278); Green value is 206 (80.86% from 255 or 74.10% from 278); Blue value is 0 (0.39% from 255 or 0% from 278); Max value from RGB is 206 - color contains mainly: green. Hex color #48CE00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48CE00 is #B731FF. Grayscale: #8F8F8F. Windows color (decimal): -12005888 or 52808. OLE color: 52808.

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

Color convert

RGB722060-
CMYK0.65010.19
HSL99.03º100%40.39%-
HSV(B)99.03º100%80.78%-
XYZ24.7445.527.48-
YUV142.4547.6177.75-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.90%
GREEN value IS 206 (80.86% from 255) = 74.10%
BLUE value IS 0 (0.39% from 255) = 0%
R=25.90%
G=74.10%
B=0%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal7220600.65010.1999.0310040.39
Hex48CE04106413636428
Octal110316010101442314314450
Binary10010001100111001000001011001001001111000111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48ce00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,206,0); }

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

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

 a { background-color: rgb(72,206,0); }

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

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

 span { border-color: rgb(72,206,0); }

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