Html Css Color HEX #48C52C Kelly Green

📋 copy color: '#48C52C'

red 72 ◦ green 197 ◦ blue 44

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

Shades of Kelly Green #48C52C

Tints of Kelly Green #48C52C

RGB

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

 GREEN value IS 197 (77.34% from 255) = 62.94%

 BLUE value IS 44 (17.58% from 255) = 14.06%

R = 23%
G = 62.94%
B = 14.06%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#48C52C (or 0x48C52C) is known color: Kelly Green. HEX triplet: 48, C5 and 2C. RGB value is (72,197,44). Sum of RGB (Red+Green+Blue) = 72+197+44=313 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.00% from 313); Green value is 197 (77.34% from 255 or 62.94% from 313); Blue value is 44 (17.58% from 255 or 14.06% from 313); Max value from RGB is 197 - color contains mainly: green. Hex color #48C52C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C52C is #B73AD3. Grayscale: #8E8E8E. Windows color (decimal): -12008148 or 2934088. OLE color: 2934088.

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

Color convert

RGB 72 197 44 -
CMYK 0.63 0 0.78 0.23
HSL 109.02º 0.63% 0.47% -
HSV(B) 109.02º 0.78% 0.77% -
XYZ 23.09 41.49 9.17 -
YUV 142.18 72.59 77.94 -
System Red Green Blue C M Y K H S L
Decimal 72 197 44 0.63 0 0.78 0.23 109.02 0.63 0.47
Hex 48 C5 2C 3F 0 4E 17 6D 3F 2F
Octal 110 305 54 77 0 116 27 155 77 57
Binary 1001000 11000101 101100 111111 0 1001110 10111 1101101 111111 101111

Color Harmonies of #48C52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C52C

Black with #48C52C

Text Example


Text Example

White with #48C52C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,197,44); }

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

background-color css

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

 a { background-color: rgb(72,197,44); }

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

border-color css

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

 span { border-color: rgb(72,197,44); }

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