Html Css Color HEX #48EF1C Harlequin

📋 copy color: '#48EF1C'

red 72 ◦ green 239 ◦ blue 28

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

Shades of Harlequin #48EF1C

Tints of Harlequin #48EF1C

RGB

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

 GREEN value IS 239 (93.75% from 255) = 70.5%

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

R = 21.24%
G = 70.5%
B = 8.26%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#48EF1C (or 0x48EF1C) is known color: Harlequin. HEX triplet: 48, EF and 1C. RGB value is (72,239,28). Sum of RGB (Red+Green+Blue) = 72+239+28=339 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.24% from 339); Green value is 239 (93.75% from 255 or 70.50% from 339); Blue value is 28 (11.33% from 255 or 8.26% from 339); Max value from RGB is 239 - color contains mainly: green. Hex color #48EF1C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48EF1C is #B710E3. Grayscale: #A5A5A5. Windows color (decimal): -11997412 or 1896264. OLE color: 1896264.

HSL color Cylindrical-coordinate representation of color #48EF1C: hue angle of 107.49º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #48EF1C is Cyan = 0.70, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB 72 239 28 -
CMYK 0.70 0 0.88 0.06
HSL 107.49º 0.87% 0.52% -
HSV(B) 107.49º 0.88% 0.94% -
XYZ 33.75 63.19 11.52 -
YUV 165.01 50.67 61.66 -
System Red Green Blue C M Y K H S L
Decimal 72 239 28 0.70 0 0.88 0.06 107.49 0.87 0.52
Hex 48 EF 1C 46 0 58 6 6B 57 34
Octal 110 357 34 106 0 130 6 153 127 64
Binary 1001000 11101111 11100 1000110 0 1011000 110 1101011 1010111 110100

Color Harmonies of #48EF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48EF1C

Black with #48EF1C

Text Example


Text Example

White with #48EF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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