Html Css Color HEX #29FA00 Harlequin

📋 copy color: '#29FA00'

red 41 ◦ green 250 ◦ blue 0

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

Shades of Harlequin #29FA00

Tints of Harlequin #29FA00

RGB

 RED value IS 41 (16.41% from 255) = 14.09%

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

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

R = 14.09%
G = 85.91%
B = 0%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#29FA00 (or 0x29FA00) is known color: Harlequin. HEX triplet: 29, FA and 00. RGB value is (41,250,0). Sum of RGB (Red+Green+Blue) = 41+250+0=291 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.09% from 291); Green value is 250 (98.05% from 255 or 85.91% from 291); Blue value is 0 (0.39% from 255 or 0% from 291); Max value from RGB is 250 - color contains mainly: green. Hex color #29FA00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #29FA00 is #D605FF. Grayscale: #9F9F9F. Windows color (decimal): -14026240 or 64041. OLE color: 64041.

HSL color Cylindrical-coordinate representation of color #29FA00: hue angle of 110.16º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #29FA00 is Cyan = 0.84, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.

Color convert

RGB 41 250 0 -
CMYK 0.84 0 1 0.02
HSL 110.16º 1% 0.49% -
HSV(B) 110.16º 1% 0.98% -
XYZ 35.1 68.84 11.44 -
YUV 159.01 38.26 43.83 -
System Red Green Blue C M Y K H S L
Decimal 41 250 0 0.84 0 1 0.02 110.16 1 0.49
Hex 29 FA 0 54 0 64 2 6E 64 31
Octal 51 372 0 124 0 144 2 156 144 61
Binary 101001 11111010 0 1010100 0 1100100 10 1101110 1100100 110001

Color Harmonies of #29FA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29FA00

Black with #29FA00

Text Example


Text Example

White with #29FA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29FA00; }

 p { color: rgb(41,250,0); }

 H1.HeaderClassName
 {
   color: #29FA00;
 }
 .AnyTagClassName
 {
   color: #29FA00;
 }
</style>

background-color css

<style>
 a { background-color: #29FA00; }

 a { background-color: rgb(41,250,0); }

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

border-color css

<style>
 span { border-color: #29FA00; }

 span { border-color: rgb(41,250,0); }

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