Html Css Color HEX #48FE2D Harlequin

📋 copy color: '#48FE2D'

red 72 ◦ green 254 ◦ blue 45

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

Shades of Harlequin #48FE2D

Tints of Harlequin #48FE2D

RGB

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

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

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

R = 19.41%
G = 68.46%
B = 12.13%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#48FE2D (or 0x48FE2D) is known color: Harlequin. HEX triplet: 48, FE and 2D. RGB value is (72,254,45). Sum of RGB (Red+Green+Blue) = 72+254+45=371 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.41% from 371); Green value is 254 (99.61% from 255 or 68.46% from 371); Blue value is 45 (17.97% from 255 or 12.13% from 371); Max value from RGB is 254 - color contains mainly: green. Hex color #48FE2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48FE2D is #B701D2. Grayscale: #B0B0B0. Windows color (decimal): -11993555 or 3014216. OLE color: 3014216.

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

Color convert

RGB 72 254 45 -
CMYK 0.72 0 0.82 0.00
HSL 112.25º 0.99% 0.59% -
HSV(B) 112.25º 0.82% 1% -
XYZ 38.59 72.45 14.43 -
YUV 175.76 54.2 53.99 -
System Red Green Blue C M Y K H S L
Decimal 72 254 45 0.72 0 0.82 0.00 112.25 0.99 0.59
Hex 48 FE 2D 48 0 52 0 70 63 3B
Octal 110 376 55 110 0 122 0 160 143 73
Binary 1001000 11111110 101101 1001000 0 1010010 0 1110000 1100011 111011

Color Harmonies of #48FE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FE2D

Black with #48FE2D

Text Example


Text Example

White with #48FE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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