Html Css Color HEX #48FE1F Harlequin

📋 copy color: '#48FE1F'

red 72 ◦ green 254 ◦ blue 31

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

Shades of Harlequin #48FE1F

Tints of Harlequin #48FE1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.68%

R = 20.17%
G = 71.15%
B = 8.68%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#48FE1F (or 0x48FE1F) is known color: Harlequin. HEX triplet: 48, FE and 1F. RGB value is (72,254,31). Sum of RGB (Red+Green+Blue) = 72+254+31=357 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.17% from 357); Green value is 254 (99.61% from 255 or 71.15% from 357); Blue value is 31 (12.5% from 255 or 8.68% from 357); Max value from RGB is 254 - color contains mainly: green. Hex color #48FE1F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48FE1F is #B701E0. Grayscale: #AEAEAE. Windows color (decimal): -11993569 or 2096712. OLE color: 2096712.

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

Color convert

RGB 72 254 31 -
CMYK 0.72 0 0.88 0.00
HSL 108.97º 0.99% 0.56% -
HSV(B) 108.97º 0.88% 1% -
XYZ 38.36 72.36 13.24 -
YUV 174.16 47.2 55.13 -
System Red Green Blue C M Y K H S L
Decimal 72 254 31 0.72 0 0.88 0.00 108.97 0.99 0.56
Hex 48 FE 1F 48 0 58 0 6D 63 38
Octal 110 376 37 110 0 130 0 155 143 70
Binary 1001000 11111110 11111 1001000 0 1011000 0 1101101 1100011 111000

Color Harmonies of #48FE1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FE1F

Black with #48FE1F

Text Example


Text Example

White with #48FE1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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