Html Css Color HEX #48FE2A Harlequin

📋 copy color: '#48FE2A'

red 72 ◦ green 254 ◦ blue 42

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

Shades of Harlequin #48FE2A

Tints of Harlequin #48FE2A

RGB

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

 GREEN value IS 254 (99.61% from 255) = 69.02%

 BLUE value IS 42 (16.8% from 255) = 11.41%

R = 19.57%
G = 69.02%
B = 11.41%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#48FE2A (or 0x48FE2A) is known color: Harlequin. HEX triplet: 48, FE and 2A. RGB value is (72,254,42). Sum of RGB (Red+Green+Blue) = 72+254+42=368 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.57% from 368); Green value is 254 (99.61% from 255 or 69.02% from 368); Blue value is 42 (16.80% from 255 or 11.41% from 368); Max value from RGB is 254 - color contains mainly: green. Hex color #48FE2A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48FE2A is #B701D5. Grayscale: #B0B0B0. Windows color (decimal): -11993558 or 2817608. OLE color: 2817608.

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

Color convert

RGB 72 254 42 -
CMYK 0.72 0 0.83 0.00
HSL 111.51º 0.99% 0.58% -
HSV(B) 111.51º 0.83% 1% -
XYZ 38.53 72.43 14.14 -
YUV 175.41 52.7 54.24 -
System Red Green Blue C M Y K H S L
Decimal 72 254 42 0.72 0 0.83 0.00 111.51 0.99 0.58
Hex 48 FE 2A 48 0 53 0 70 63 3A
Octal 110 376 52 110 0 123 0 160 143 72
Binary 1001000 11111110 101010 1001000 0 1010011 0 1110000 1100011 111010

Color Harmonies of #48FE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FE2A

Black with #48FE2A

Text Example


Text Example

White with #48FE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,254,42); }

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

background-color css

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

 a { background-color: rgb(72,254,42); }

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

border-color css

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

 span { border-color: rgb(72,254,42); }

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