Html Css Color HEX #48FA2C Harlequin

📋 copy color: '#48FA2C'

red 72 ◦ green 250 ◦ blue 44

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

Shades of Harlequin #48FA2C

Tints of Harlequin #48FA2C

RGB

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

 GREEN value IS 250 (98.05% from 255) = 68.31%

 BLUE value IS 44 (17.58% from 255) = 12.02%

R = 19.67%
G = 68.31%
B = 12.02%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#48FA2C (or 0x48FA2C) is known color: Harlequin. HEX triplet: 48, FA and 2C. RGB value is (72,250,44). Sum of RGB (Red+Green+Blue) = 72+250+44=366 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.67% from 366); Green value is 250 (98.05% from 255 or 68.31% from 366); Blue value is 44 (17.58% from 255 or 12.02% from 366); Max value from RGB is 250 - color contains mainly: green. Hex color #48FA2C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48FA2C is #B705D3. Grayscale: #ADADAD. Windows color (decimal): -11994580 or 2947656. OLE color: 2947656.

HSL color Cylindrical-coordinate representation of color #48FA2C: hue angle of 111.84º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #48FA2C is Cyan = 0.71, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 72 250 44 -
CMYK 0.71 0 0.82 0.02
HSL 111.84º 0.95% 0.58% -
HSV(B) 111.84º 0.82% 0.98% -
XYZ 37.31 69.93 13.91 -
YUV 173.29 55.03 55.75 -
System Red Green Blue C M Y K H S L
Decimal 72 250 44 0.71 0 0.82 0.02 111.84 0.95 0.58
Hex 48 FA 2C 47 0 52 2 70 5F 3A
Octal 110 372 54 107 0 122 2 160 137 72
Binary 1001000 11111010 101100 1000111 0 1010010 10 1110000 1011111 111010

Color Harmonies of #48FA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FA2C

Black with #48FA2C

Text Example


Text Example

White with #48FA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,250,44); }

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

background-color css

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

 a { background-color: rgb(72,250,44); }

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

border-color css

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

 span { border-color: rgb(72,250,44); }

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