Html Css Color HEX #24DC00 Harlequin

📋 copy color: '#24DC00'

red 36 ◦ green 220 ◦ blue 0

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

Shades of Harlequin #24DC00

Tints of Harlequin #24DC00

RGB

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

 GREEN value IS 220 (86.33% from 255) = 85.94%

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

R = 14.06%
G = 85.94%
B = 0%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#24DC00 (or 0x24DC00) is known color: Harlequin. HEX triplet: 24, DC and 00. RGB value is (36,220,0). Sum of RGB (Red+Green+Blue) = 36+220+0=256 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.06% from 256); Green value is 220 (86.33% from 255 or 85.94% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 220 - color contains mainly: green. Hex color #24DC00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #24DC00 is #DB23FF. Grayscale: #8C8C8C. Windows color (decimal): -14361600 or 56356. OLE color: 56356.

HSL color Cylindrical-coordinate representation of color #24DC00: hue angle of 110.18º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #24DC00 is Cyan = 0.84, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.14.

Color convert

RGB 36 220 0 -
CMYK 0.84 0 1 0.14
HSL 110.18º 1% 0.43% -
HSV(B) 110.18º 1% 0.86% -
XYZ 26.32 51.56 8.57 -
YUV 139.9 49.04 53.89 -
System Red Green Blue C M Y K H S L
Decimal 36 220 0 0.84 0 1 0.14 110.18 1 0.43
Hex 24 DC 0 54 0 64 E 6E 64 2B
Octal 44 334 0 124 0 144 16 156 144 53
Binary 100100 11011100 0 1010100 0 1100100 1110 1101110 1100100 101011

Color Harmonies of #24DC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24DC00

Black with #24DC00

Text Example


Text Example

White with #24DC00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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