Html Css Color HEX #48BF28 Kelly Green

📋 copy color: '#48BF28'

red 72 ◦ green 191 ◦ blue 40

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

Shades of Kelly Green #48BF28

Tints of Kelly Green #48BF28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.2%

R = 23.76%
G = 63.04%
B = 13.2%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#48BF28 (or 0x48BF28) is known color: Kelly Green. HEX triplet: 48, BF and 28. RGB value is (72,191,40). Sum of RGB (Red+Green+Blue) = 72+191+40=303 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.76% from 303); Green value is 191 (75% from 255 or 63.04% from 303); Blue value is 40 (16.02% from 255 or 13.20% from 303); Max value from RGB is 191 - color contains mainly: green. Hex color #48BF28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48BF28 is #B740D7. Grayscale: #8A8A8A. Windows color (decimal): -12009688 or 2670408. OLE color: 2670408.

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

Color convert

RGB 72 191 40 -
CMYK 0.62 0 0.79 0.25
HSL 107.28º 0.65% 0.45% -
HSV(B) 107.28º 0.79% 0.75% -
XYZ 21.69 38.79 8.35 -
YUV 138.21 72.58 80.78 -
System Red Green Blue C M Y K H S L
Decimal 72 191 40 0.62 0 0.79 0.25 107.28 0.65 0.45
Hex 48 BF 28 3E 0 4F 19 6B 41 2D
Octal 110 277 50 76 0 117 31 153 101 55
Binary 1001000 10111111 101000 111110 0 1001111 11001 1101011 1000001 101101

Color Harmonies of #48BF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BF28

Black with #48BF28

Text Example


Text Example

White with #48BF28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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