Html Css Color HEX #48EC02 Harlequin

📋 copy color: '#48EC02'

red 72 ◦ green 236 ◦ blue 2

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

Shades of Harlequin #48EC02

Tints of Harlequin #48EC02

RGB

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

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

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

R = 23.23%
G = 76.13%
B = 0.65%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#48EC02 (or 0x48EC02) is known color: Harlequin. HEX triplet: 48, EC and 02. RGB value is (72,236,2). Sum of RGB (Red+Green+Blue) = 72+236+2=310 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.23% from 310); Green value is 236 (92.58% from 255 or 76.13% from 310); Blue value is 2 (1.17% from 255 or 0.65% from 310); Max value from RGB is 236 - color contains mainly: green. Hex color #48EC02 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #48EC02 is #B713FD. Grayscale: #A1A1A1. Windows color (decimal): -11998206 or 191560. OLE color: 191560.

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

Color convert

RGB 72 236 2 -
CMYK 0.69 0 0.99 0.07
HSL 102.05º 0.98% 0.47% -
HSV(B) 102.05º 0.99% 0.93% -
XYZ 32.68 61.37 10.18 -
YUV 160.29 38.67 65.03 -
System Red Green Blue C M Y K H S L
Decimal 72 236 2 0.69 0 0.99 0.07 102.05 0.98 0.47
Hex 48 EC 2 45 0 63 7 66 62 2F
Octal 110 354 2 105 0 143 7 146 142 57
Binary 1001000 11101100 10 1000101 0 1100011 111 1100110 1100010 101111

Color Harmonies of #48EC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48EC02

Black with #48EC02

Text Example


Text Example

White with #48EC02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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