Html Css Color HEX #24F000 Harlequin

📋 copy color: '#24F000'

red 36 ◦ green 240 ◦ blue 0

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

Shades of Harlequin #24F000

Tints of Harlequin #24F000

RGB

 RED value IS 36 (14.45% from 255) = 13.04%

 GREEN value IS 240 (94.14% from 255) = 86.96%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 13.04%
G = 86.96%
B = 0%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#24F000 (or 0x24F000) is known color: Harlequin. HEX triplet: 24, F0 and 00. RGB value is (36,240,0). Sum of RGB (Red+Green+Blue) = 36+240+0=276 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.04% from 276); Green value is 240 (94.14% from 255 or 86.96% from 276); Blue value is 0 (0.39% from 255 or 0% from 276); Max value from RGB is 240 - color contains mainly: green. Hex color #24F000 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #24F000 is #DB0FFF. Grayscale: #989898. Windows color (decimal): -14356480 or 61476. OLE color: 61476.

HSL color Cylindrical-coordinate representation of color #24F000: hue angle of 111º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #24F000 is Cyan = 0.85, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.06.

Color convert

RGB 36 240 0 -
CMYK 0.85 0 1 0.06
HSL 111º 1% 0.47% -
HSV(B) 111º 1% 0.94% -
XYZ 31.89 62.7 10.42 -
YUV 151.64 42.41 45.51 -
System Red Green Blue C M Y K H S L
Decimal 36 240 0 0.85 0 1 0.06 111 1 0.47
Hex 24 F0 0 55 0 64 6 6F 64 2F
Octal 44 360 0 125 0 144 6 157 144 57
Binary 100100 11110000 0 1010101 0 1100100 110 1101111 1100100 101111

Color Harmonies of #24F000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24F000

Black with #24F000

Text Example


Text Example

White with #24F000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24F000; }

 p { color: rgb(36,240,0); }

 H1.HeaderClassName
 {
   color: #24F000;
 }
 .AnyTagClassName
 {
   color: #24F000;
 }
</style>

background-color css

<style>
 a { background-color: #24F000; }

 a { background-color: rgb(36,240,0); }

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

border-color css

<style>
 span { border-color: #24F000; }

 span { border-color: rgb(36,240,0); }

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