Html Css Color HEX #48C41C Kelly Green

📋 copy color: '#48C41C'

red 72 ◦ green 196 ◦ blue 28

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

Shades of Kelly Green #48C41C

Tints of Kelly Green #48C41C

RGB

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

 GREEN value IS 196 (76.95% from 255) = 66.22%

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

R = 24.32%
G = 66.22%
B = 9.46%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#48C41C (or 0x48C41C) is known color: Kelly Green. HEX triplet: 48, C4 and 1C. RGB value is (72,196,28). Sum of RGB (Red+Green+Blue) = 72+196+28=296 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.32% from 296); Green value is 196 (76.95% from 255 or 66.22% from 296); Blue value is 28 (11.33% from 255 or 9.46% from 296); Max value from RGB is 196 - color contains mainly: green. Hex color #48C41C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C41C is #B73BE3. Grayscale: #8C8C8C. Windows color (decimal): -12008420 or 1885256. OLE color: 1885256.

HSL color Cylindrical-coordinate representation of color #48C41C: hue angle of 104.29º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #48C41C is Cyan = 0.63, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 72 196 28 -
CMYK 0.63 0 0.86 0.23
HSL 104.29º 0.75% 0.44% -
HSV(B) 104.29º 0.86% 0.77% -
XYZ 22.62 40.94 7.81 -
YUV 139.77 64.92 79.66 -
System Red Green Blue C M Y K H S L
Decimal 72 196 28 0.63 0 0.86 0.23 104.29 0.75 0.44
Hex 48 C4 1C 3F 0 56 17 68 4B 2C
Octal 110 304 34 77 0 126 27 150 113 54
Binary 1001000 11000100 11100 111111 0 1010110 10111 1101000 1001011 101100

Color Harmonies of #48C41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C41C

Black with #48C41C

Text Example


Text Example

White with #48C41C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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