Html Css Color HEX #48CC00 Kelly Green

📋 copy color: '#48CC00'

red 72 ◦ green 204 ◦ blue 0

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

Shades of Kelly Green #48CC00

Tints of Kelly Green #48CC00

RGB

 RED value IS 72 (28.52% from 255) = 26.09%

 GREEN value IS 204 (80.08% from 255) = 73.91%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 26.09%
G = 73.91%
B = 0%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 1

 K value IS 0.2

RGB Variations

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

Color information

#48CC00 (or 0x48CC00) is known color: Kelly Green. HEX triplet: 48, CC and 00. RGB value is (72,204,0). Sum of RGB (Red+Green+Blue) = 72+204+0=276 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.09% from 276); Green value is 204 (80.08% from 255 or 73.91% from 276); Blue value is 0 (0.39% from 255 or 0% from 276); Max value from RGB is 204 - color contains mainly: green. Hex color #48CC00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48CC00 is #B733FF. Grayscale: #8D8D8D. Windows color (decimal): -12006400 or 52296. OLE color: 52296.

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

Color convert

RGB 72 204 0 -
CMYK 0.65 0 1 0.2
HSL 98.82º 1% 0.4% -
HSV(B) 98.82º 1% 0.8% -
XYZ 24.27 44.56 7.32 -
YUV 141.28 48.27 78.59 -
System Red Green Blue C M Y K H S L
Decimal 72 204 0 0.65 0 1 0.2 98.82 1 0.4
Hex 48 CC 0 41 0 64 14 63 64 28
Octal 110 314 0 101 0 144 24 143 144 50
Binary 1001000 11001100 0 1000001 0 1100100 10100 1100011 1100100 101000

Color Harmonies of #48CC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CC00

Black with #48CC00

Text Example


Text Example

White with #48CC00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #48CC00;
 }
 .AnyTagClassName
 {
   color: #48CC00;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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