Html Css Color HEX #48FE1E Harlequin

📋 copy color: '#48FE1E'

red 72 ◦ green 254 ◦ blue 30

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

Shades of Harlequin #48FE1E

Tints of Harlequin #48FE1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.43%

R = 20.22%
G = 71.35%
B = 8.43%

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

#48FE1E (or 0x48FE1E) is known color: Harlequin. HEX triplet: 48, FE and 1E. RGB value is (72,254,30). Sum of RGB (Red+Green+Blue) = 72+254+30=356 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.22% from 356); Green value is 254 (99.61% from 255 or 71.35% from 356); Blue value is 30 (12.11% from 255 or 8.43% from 356); Max value from RGB is 254 - color contains mainly: green. Hex color #48FE1E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48FE1E is #B701E1. Grayscale: #AEAEAE. Windows color (decimal): -11993570 or 2031176. OLE color: 2031176.

HSL color Cylindrical-coordinate representation of color #48FE1E: hue angle of 108.75º 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 #48FE1E is Cyan = 0.72, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.00.

Color convert

RGB 72 254 30 -
CMYK 0.72 0 0.88 0.00
HSL 108.75º 0.99% 0.56% -
HSV(B) 108.75º 0.88% 1% -
XYZ 38.35 72.36 13.17 -
YUV 174.05 46.7 55.21 -
System Red Green Blue C M Y K H S L
Decimal 72 254 30 0.72 0 0.88 0.00 108.75 0.99 0.56
Hex 48 FE 1E 48 0 58 0 6D 63 38
Octal 110 376 36 110 0 130 0 155 143 70
Binary 1001000 11111110 11110 1001000 0 1011000 0 1101101 1100011 111000

Color Harmonies of #48FE1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FE1E

Black with #48FE1E

Text Example


Text Example

White with #48FE1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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