Html Css Color HEX #48CF28 Kelly Green

📋 copy color: '#48CF28'

red 72 ◦ green 207 ◦ blue 40

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

Shades of Kelly Green #48CF28

Tints of Kelly Green #48CF28

RGB

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

 GREEN value IS 207 (81.25% from 255) = 64.89%

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

R = 22.57%
G = 64.89%
B = 12.54%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#48CF28 (or 0x48CF28) is known color: Kelly Green. HEX triplet: 48, CF and 28. RGB value is (72,207,40). Sum of RGB (Red+Green+Blue) = 72+207+40=319 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.57% from 319); Green value is 207 (81.25% from 255 or 64.89% from 319); Blue value is 40 (16.02% from 255 or 12.54% from 319); Max value from RGB is 207 - color contains mainly: green. Hex color #48CF28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48CF28 is #B730D7. Grayscale: #949494. Windows color (decimal): -12005592 or 2674504. OLE color: 2674504.

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

Color convert

RGB 72 207 40 -
CMYK 0.65 0 0.81 0.19
HSL 108.5º 0.68% 0.48% -
HSV(B) 108.5º 0.81% 0.81% -
XYZ 25.37 46.16 9.58 -
YUV 147.6 67.27 74.08 -
System Red Green Blue C M Y K H S L
Decimal 72 207 40 0.65 0 0.81 0.19 108.5 0.68 0.48
Hex 48 CF 28 41 0 51 13 6D 44 30
Octal 110 317 50 101 0 121 23 155 104 60
Binary 1001000 11001111 101000 1000001 0 1010001 10011 1101101 1000100 110000

Color Harmonies of #48CF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CF28

Black with #48CF28

Text Example


Text Example

White with #48CF28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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