Html Css Color HEX #48FF02 Harlequin

📋 copy color: '#48FF02'

red 72 ◦ green 255 ◦ blue 2

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

Shades of Harlequin #48FF02

Tints of Harlequin #48FF02

RGB

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

 GREEN value IS 255 (100% from 255) = 77.51%

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

R = 21.88%
G = 77.51%
B = 0.61%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#48FF02 (or 0x48FF02) is known color: Harlequin. HEX triplet: 48, FF and 02. RGB value is (72,255,2). Sum of RGB (Red+Green+Blue) = 72+255+2=329 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.88% from 329); Green value is 255 (100% from 255 or 77.51% from 329); Blue value is 2 (1.17% from 255 or 0.61% from 329); Max value from RGB is 255 - color contains mainly: green. Hex color #48FF02 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #48FF02 is #B700FD. Grayscale: #ACACAC. Windows color (decimal): -11993342 or 196424. OLE color: 196424.

HSL color Cylindrical-coordinate representation of color #48FF02: hue angle of 103.4º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #48FF02 is Cyan = 0.72, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.

Color convert

RGB 72 255 2 -
CMYK 0.72 0 0.99 0
HSL 103.4º 1% 0.5% -
HSV(B) 103.4º 0.99% 1% -
XYZ 38.44 72.9 12.1 -
YUV 171.44 32.37 57.07 -
System Red Green Blue C M Y K H S L
Decimal 72 255 2 0.72 0 0.99 0 103.4 1 0.5
Hex 48 FF 2 48 0 63 0 67 64 32
Octal 110 377 2 110 0 143 0 147 144 62
Binary 1001000 11111111 10 1001000 0 1100011 0 1100111 1100100 110010

Color Harmonies of #48FF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FF02

Black with #48FF02

Text Example


Text Example

White with #48FF02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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