Html Css Color HEX #48CD00 Kelly Green

📋 copy color: '#48CD00'

red 72 ◦ green 205 ◦ blue 0

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

Shades of Kelly Green #48CD00

Tints of Kelly Green #48CD00

RGB

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

 GREEN value IS 205 (80.47% from 255) = 74.01%

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

R = 25.99%
G = 74.01%
B = 0%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#48CD00 (or 0x48CD00) is known color: Kelly Green. HEX triplet: 48, CD and 00. RGB value is (72,205,0). Sum of RGB (Red+Green+Blue) = 72+205+0=277 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.99% from 277); Green value is 205 (80.47% from 255 or 74.01% from 277); Blue value is 0 (0.39% from 255 or 0% from 277); Max value from RGB is 205 - color contains mainly: green. Hex color #48CD00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48CD00 is #B732FF. Grayscale: #8E8E8E. Windows color (decimal): -12006144 or 52552. OLE color: 52552.

HSL color Cylindrical-coordinate representation of color #48CD00: hue angle of 98.93º 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 #48CD00 is Cyan = 0.65, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.20.

Color convert

RGB 72 205 0 -
CMYK 0.65 0 1 0.20
HSL 98.93º 1% 0.4% -
HSV(B) 98.93º 1% 0.8% -
XYZ 24.5 45.04 7.4 -
YUV 141.86 47.94 78.17 -
System Red Green Blue C M Y K H S L
Decimal 72 205 0 0.65 0 1 0.20 98.93 1 0.4
Hex 48 CD 0 41 0 64 14 63 64 28
Octal 110 315 0 101 0 144 24 143 144 50
Binary 1001000 11001101 0 1000001 0 1100100 10100 1100011 1100100 101000

Color Harmonies of #48CD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CD00

Black with #48CD00

Text Example


Text Example

White with #48CD00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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