Html Css Color HEX #48EC18 Harlequin

📋 copy color: '#48EC18'

red 72 ◦ green 236 ◦ blue 24

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

Shades of Harlequin #48EC18

Tints of Harlequin #48EC18

RGB

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

 GREEN value IS 236 (92.58% from 255) = 71.08%

 BLUE value IS 24 (9.77% from 255) = 7.23%

R = 21.69%
G = 71.08%
B = 7.23%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#48EC18 (or 0x48EC18) is known color: Harlequin. HEX triplet: 48, EC and 18. RGB value is (72,236,24). Sum of RGB (Red+Green+Blue) = 72+236+24=332 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.69% from 332); Green value is 236 (92.58% from 255 or 71.08% from 332); Blue value is 24 (9.77% from 255 or 7.23% from 332); Max value from RGB is 236 - color contains mainly: green. Hex color #48EC18 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #48EC18 is #B713E7. Grayscale: #A3A3A3. Windows color (decimal): -11998184 or 1633352. OLE color: 1633352.

HSL color Cylindrical-coordinate representation of color #48EC18: hue angle of 106.42º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #48EC18 is Cyan = 0.69, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB 72 236 24 -
CMYK 0.69 0 0.90 0.07
HSL 106.42º 0.85% 0.51% -
HSV(B) 106.42º 0.9% 0.93% -
XYZ 32.83 61.43 10.99 -
YUV 162.8 49.67 63.24 -
System Red Green Blue C M Y K H S L
Decimal 72 236 24 0.69 0 0.90 0.07 106.42 0.85 0.51
Hex 48 EC 18 45 0 5A 7 6A 55 33
Octal 110 354 30 105 0 132 7 152 125 63
Binary 1001000 11101100 11000 1000101 0 1011010 111 1101010 1010101 110011

Color Harmonies of #48EC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48EC18

Black with #48EC18

Text Example


Text Example

White with #48EC18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,236,24); }

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

background-color css

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

 a { background-color: rgb(72,236,24); }

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

border-color css

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

 span { border-color: rgb(72,236,24); }

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