Html Css Color HEX #29FA1D Free Speech Green

📋 copy color: '#29FA1D'

red 41 ◦ green 250 ◦ blue 29

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

Shades of Free Speech Green #29FA1D

Tints of Free Speech Green #29FA1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.06%

R = 12.81%
G = 78.13%
B = 9.06%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#29FA1D (or 0x29FA1D) is known color: Free Speech Green. HEX triplet: 29, FA and 1D. RGB value is (41,250,29). Sum of RGB (Red+Green+Blue) = 41+250+29=320 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.81% from 320); Green value is 250 (98.05% from 255 or 78.12% from 320); Blue value is 29 (11.72% from 255 or 9.06% from 320); Max value from RGB is 250 - color contains mainly: green. Hex color #29FA1D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #29FA1D is #D605E2. Grayscale: #A2A2A2. Windows color (decimal): -14026211 or 1964585. OLE color: 1964585.

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

Color convert

RGB 41 250 29 -
CMYK 0.84 0 0.88 0.02
HSL 116.74º 0.96% 0.55% -
HSV(B) 116.74º 0.88% 0.98% -
XYZ 35.32 68.93 12.61 -
YUV 162.32 52.76 41.47 -
System Red Green Blue C M Y K H S L
Decimal 41 250 29 0.84 0 0.88 0.02 116.74 0.96 0.55
Hex 29 FA 1D 54 0 58 2 75 60 37
Octal 51 372 35 124 0 130 2 165 140 67
Binary 101001 11111010 11101 1010100 0 1011000 10 1110101 1100000 110111

Color Harmonies of #29FA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29FA1D

Black with #29FA1D

Text Example


Text Example

White with #29FA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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