Html Css Color HEX #48C01C Kelly Green

📋 copy color: '#48C01C'

red 72 ◦ green 192 ◦ blue 28

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

Shades of Kelly Green #48C01C

Tints of Kelly Green #48C01C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 65.75%

 BLUE value IS 28 (11.33% from 255) = 9.59%

R = 24.66%
G = 65.75%
B = 9.59%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#48C01C (or 0x48C01C) is known color: Kelly Green. HEX triplet: 48, C0 and 1C. RGB value is (72,192,28). Sum of RGB (Red+Green+Blue) = 72+192+28=292 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.66% from 292); Green value is 192 (75.39% from 255 or 65.75% from 292); Blue value is 28 (11.33% from 255 or 9.59% from 292); Max value from RGB is 192 - color contains mainly: green. Hex color #48C01C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C01C is #B73FE3. Grayscale: #898989. Windows color (decimal): -12009444 or 1884232. OLE color: 1884232.

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

Color convert

RGB 72 192 28 -
CMYK 0.63 0 0.85 0.25
HSL 103.9º 0.75% 0.43% -
HSV(B) 103.9º 0.85% 0.75% -
XYZ 21.73 39.16 7.51 -
YUV 137.42 66.24 81.34 -
System Red Green Blue C M Y K H S L
Decimal 72 192 28 0.63 0 0.85 0.25 103.9 0.75 0.43
Hex 48 C0 1C 3F 0 55 19 68 4B 2B
Octal 110 300 34 77 0 125 31 150 113 53
Binary 1001000 11000000 11100 111111 0 1010101 11001 1101000 1001011 101011

Color Harmonies of #48C01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C01C

Black with #48C01C

Text Example


Text Example

White with #48C01C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,192,28); }

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

background-color css

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

 a { background-color: rgb(72,192,28); }

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

border-color css

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

 span { border-color: rgb(72,192,28); }

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