Html Css Color HEX #48FF2D Harlequin

📋 copy color: '#48FF2D'

red 72 ◦ green 255 ◦ blue 45

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

Shades of Harlequin #48FF2D

Tints of Harlequin #48FF2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.1%

R = 19.35%
G = 68.55%
B = 12.1%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#48FF2D (or 0x48FF2D) is known color: Harlequin. HEX triplet: 48, FF and 2D. RGB value is (72,255,45). Sum of RGB (Red+Green+Blue) = 72+255+45=372 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.35% from 372); Green value is 255 (100% from 255 or 68.55% from 372); Blue value is 45 (17.97% from 255 or 12.10% from 372); Max value from RGB is 255 - color contains mainly: green. Hex color #48FF2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48FF2D is #B700D2. Grayscale: #B0B0B0. Windows color (decimal): -11993299 or 3014472. OLE color: 3014472.

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

Color convert

RGB 72 255 45 -
CMYK 0.72 0 0.82 0
HSL 112.29º 1% 0.59% -
HSV(B) 112.29º 0.82% 1% -
XYZ 38.91 73.09 14.54 -
YUV 176.34 53.87 53.58 -
System Red Green Blue C M Y K H S L
Decimal 72 255 45 0.72 0 0.82 0 112.29 1 0.59
Hex 48 FF 2D 48 0 52 0 70 64 3B
Octal 110 377 55 110 0 122 0 160 144 73
Binary 1001000 11111111 101101 1001000 0 1010010 0 1110000 1100100 111011

Color Harmonies of #48FF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FF2D

Black with #48FF2D

Text Example


Text Example

White with #48FF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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