Html Css Color HEX #48E802 Harlequin

📋 copy color: '#48E802'

red 72 ◦ green 232 ◦ blue 2

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

Shades of Harlequin #48E802

Tints of Harlequin #48E802

RGB

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

 GREEN value IS 232 (91.02% from 255) = 75.82%

 BLUE value IS 2 (1.17% from 255) = 0.65%

R = 23.53%
G = 75.82%
B = 0.65%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#48E802 (or 0x48E802) is known color: Harlequin. HEX triplet: 48, E8 and 02. RGB value is (72,232,2). Sum of RGB (Red+Green+Blue) = 72+232+2=306 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.53% from 306); Green value is 232 (91.02% from 255 or 75.82% from 306); Blue value is 2 (1.17% from 255 or 0.65% from 306); Max value from RGB is 232 - color contains mainly: green. Hex color #48E802 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #48E802 is #B717FD. Grayscale: #9E9E9E. Windows color (decimal): -11999230 or 190536. OLE color: 190536.

HSL color Cylindrical-coordinate representation of color #48E802: hue angle of 101.74º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #48E802 is Cyan = 0.69, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.09.

Color convert

RGB 72 232 2 -
CMYK 0.69 0 0.99 0.09
HSL 101.74º 0.98% 0.46% -
HSV(B) 101.74º 0.99% 0.91% -
XYZ 31.54 59.1 9.8 -
YUV 157.94 39.99 66.7 -
System Red Green Blue C M Y K H S L
Decimal 72 232 2 0.69 0 0.99 0.09 101.74 0.98 0.46
Hex 48 E8 2 45 0 63 9 66 62 2E
Octal 110 350 2 105 0 143 11 146 142 56
Binary 1001000 11101000 10 1000101 0 1100011 1001 1100110 1100010 101110

Color Harmonies of #48E802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E802

Black with #48E802

Text Example


Text Example

White with #48E802

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,232,2); }

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

background-color css

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

 a { background-color: rgb(72,232,2); }

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

border-color css

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

 span { border-color: rgb(72,232,2); }

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