Html Css Color HEX #29FE02 Harlequin

📋 copy color: '#29FE02'

red 41 ◦ green 254 ◦ blue 2

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

Shades of Harlequin #29FE02

Tints of Harlequin #29FE02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.67%

R = 13.8%
G = 85.52%
B = 0.67%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.99

 K value IS 0.00

RGB Variations

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

Color information

#29FE02 (or 0x29FE02) is known color: Harlequin. HEX triplet: 29, FE and 02. RGB value is (41,254,2). Sum of RGB (Red+Green+Blue) = 41+254+2=297 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.80% from 297); Green value is 254 (99.61% from 255 or 85.52% from 297); Blue value is 2 (1.17% from 255 or 0.67% from 297); Max value from RGB is 254 - color contains mainly: green. Hex color #29FE02 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #29FE02 is #D601FD. Grayscale: #A2A2A2. Windows color (decimal): -14025214 or 196137. OLE color: 196137.

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

Color convert

RGB 41 254 2 -
CMYK 0.84 0 0.99 0.00
HSL 110.71º 0.99% 0.5% -
HSV(B) 110.71º 0.99% 1% -
XYZ 36.37 71.36 11.91 -
YUV 161.59 37.93 41.99 -
System Red Green Blue C M Y K H S L
Decimal 41 254 2 0.84 0 0.99 0.00 110.71 0.99 0.5
Hex 29 FE 2 54 0 63 0 6F 63 32
Octal 51 376 2 124 0 143 0 157 143 62
Binary 101001 11111110 10 1010100 0 1100011 0 1101111 1100011 110010

Color Harmonies of #29FE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29FE02

Black with #29FE02

Text Example


Text Example

White with #29FE02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,254,2); }

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

background-color css

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

 a { background-color: rgb(41,254,2); }

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

border-color css

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

 span { border-color: rgb(41,254,2); }

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