Html Css Color HEX #48FF1C Harlequin

📋 copy color: '#48FF1C'

red 72 ◦ green 255 ◦ blue 28

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

Shades of Harlequin #48FF1C

Tints of Harlequin #48FF1C

RGB

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

 GREEN value IS 255 (100% from 255) = 71.83%

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

R = 20.28%
G = 71.83%
B = 7.89%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#48FF1C (or 0x48FF1C) is known color: Harlequin. HEX triplet: 48, FF and 1C. RGB value is (72,255,28). Sum of RGB (Red+Green+Blue) = 72+255+28=355 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.28% from 355); Green value is 255 (100% from 255 or 71.83% from 355); Blue value is 28 (11.33% from 255 or 7.89% from 355); Max value from RGB is 255 - color contains mainly: green. Hex color #48FF1C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48FF1C is #B700E3. Grayscale: #AFAFAF. Windows color (decimal): -11993316 or 1900360. OLE color: 1900360.

HSL color Cylindrical-coordinate representation of color #48FF1C: hue angle of 108.37º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #48FF1C is Cyan = 0.72, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.

Color convert

RGB 72 255 28 -
CMYK 0.72 0 0.89 0
HSL 108.37º 1% 0.55% -
HSV(B) 108.37º 0.89% 1% -
XYZ 38.64 72.98 13.15 -
YUV 174.41 45.37 54.96 -
System Red Green Blue C M Y K H S L
Decimal 72 255 28 0.72 0 0.89 0 108.37 1 0.55
Hex 48 FF 1C 48 0 59 0 6C 64 37
Octal 110 377 34 110 0 131 0 154 144 67
Binary 1001000 11111111 11100 1001000 0 1011001 0 1101100 1100100 110111

Color Harmonies of #48FF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FF1C

Black with #48FF1C

Text Example


Text Example

White with #48FF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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