Html Css Color HEX #48BF00 Kelly Green

📋 copy color: '#48BF00'

red 72 ◦ green 191 ◦ blue 0

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

Shades of Kelly Green #48BF00

Tints of Kelly Green #48BF00

RGB

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

 GREEN value IS 191 (75% from 255) = 72.62%

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

R = 27.38%
G = 72.62%
B = 0%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#48BF00 (or 0x48BF00) is known color: Kelly Green. HEX triplet: 48, BF and 00. RGB value is (72,191,0). Sum of RGB (Red+Green+Blue) = 72+191+0=263 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.38% from 263); Green value is 191 (75% from 255 or 72.62% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 191 - color contains mainly: green. Hex color #48BF00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48BF00 is #B740FF. Grayscale: #868686. Windows color (decimal): -12009728 or 48968. OLE color: 48968.

HSL color Cylindrical-coordinate representation of color #48BF00: hue angle of 97.38º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #48BF00 is Cyan = 0.62, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 72 191 0 -
CMYK 0.62 0 1 0.25
HSL 97.38º 1% 0.37% -
HSV(B) 97.38º 1% 0.75% -
XYZ 21.3 38.64 6.34 -
YUV 133.65 52.58 84.03 -
System Red Green Blue C M Y K H S L
Decimal 72 191 0 0.62 0 1 0.25 97.38 1 0.37
Hex 48 BF 0 3E 0 64 19 61 64 25
Octal 110 277 0 76 0 144 31 141 144 45
Binary 1001000 10111111 0 111110 0 1100100 11001 1100001 1100100 100101

Color Harmonies of #48BF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BF00

Black with #48BF00

Text Example


Text Example

White with #48BF00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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