Html Css Color HEX #48E300 Harlequin

📋 copy color: '#48E300'

red 72 ◦ green 227 ◦ blue 0

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

Shades of Harlequin #48E300

Tints of Harlequin #48E300

RGB

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

 GREEN value IS 227 (89.06% from 255) = 75.92%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 24.08%
G = 75.92%
B = 0%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#48E300 (or 0x48E300) is known color: Harlequin. HEX triplet: 48, E3 and 00. RGB value is (72,227,0). Sum of RGB (Red+Green+Blue) = 72+227+0=299 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.08% from 299); Green value is 227 (89.06% from 255 or 75.92% from 299); Blue value is 0 (0.39% from 255 or 0% from 299); Max value from RGB is 227 - color contains mainly: green. Hex color #48E300 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48E300 is #B71CFF. Grayscale: #9B9B9B. Windows color (decimal): -12000512 or 58184. OLE color: 58184.

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

Color convert

RGB 72 227 0 -
CMYK 0.68 0 1 0.11
HSL 100.97º 1% 0.45% -
HSV(B) 100.97º 1% 0.89% -
XYZ 30.14 56.32 9.28 -
YUV 154.78 40.65 68.96 -
System Red Green Blue C M Y K H S L
Decimal 72 227 0 0.68 0 1 0.11 100.97 1 0.45
Hex 48 E3 0 44 0 64 B 65 64 2D
Octal 110 343 0 104 0 144 13 145 144 55
Binary 1001000 11100011 0 1000100 0 1100100 1011 1100101 1100100 101101

Color Harmonies of #48E300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E300

Black with #48E300

Text Example


Text Example

White with #48E300

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,227,0); }

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

background-color css

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

 a { background-color: rgb(72,227,0); }

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

border-color css

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

 span { border-color: rgb(72,227,0); }

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