Html Css Color HEX #48CB1C Kelly Green

📋 copy color: '#48CB1C'

red 72 ◦ green 203 ◦ blue 28

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

Shades of Kelly Green #48CB1C

Tints of Kelly Green #48CB1C

RGB

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

 GREEN value IS 203 (79.69% from 255) = 67%

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

R = 23.76%
G = 67%
B = 9.24%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#48CB1C (or 0x48CB1C) is known color: Kelly Green. HEX triplet: 48, CB and 1C. RGB value is (72,203,28). Sum of RGB (Red+Green+Blue) = 72+203+28=303 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.76% from 303); Green value is 203 (79.69% from 255 or 67.00% from 303); Blue value is 28 (11.33% from 255 or 9.24% from 303); Max value from RGB is 203 - color contains mainly: green. Hex color #48CB1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48CB1C is #B734E3. Grayscale: #909090. Windows color (decimal): -12006628 or 1887048. OLE color: 1887048.

HSL color Cylindrical-coordinate representation of color #48CB1C: hue angle of 104.91º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #48CB1C is Cyan = 0.65, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 72 203 28 -
CMYK 0.65 0 0.86 0.20
HSL 104.91º 0.76% 0.45% -
HSV(B) 104.91º 0.86% 0.8% -
XYZ 24.24 44.17 8.35 -
YUV 143.88 62.6 76.73 -
System Red Green Blue C M Y K H S L
Decimal 72 203 28 0.65 0 0.86 0.20 104.91 0.76 0.45
Hex 48 CB 1C 41 0 56 14 69 4C 2D
Octal 110 313 34 101 0 126 24 151 114 55
Binary 1001000 11001011 11100 1000001 0 1010110 10100 1101001 1001100 101101

Color Harmonies of #48CB1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CB1C

Black with #48CB1C

Text Example


Text Example

White with #48CB1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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