Html Css Color HEX #1DF029 Free Speech Green

📋 copy color: '#1DF029'

red 29 ◦ green 240 ◦ blue 41

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

Shades of Free Speech Green #1DF029

Tints of Free Speech Green #1DF029

RGB

 RED value IS 29 (11.72% from 255) = 9.35%

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

 BLUE value IS 41 (16.41% from 255) = 13.23%

R = 9.35%
G = 77.42%
B = 13.23%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#1DF029 (or 0x1DF029) is known color: Free Speech Green. HEX triplet: 1D, F0 and 29. RGB value is (29,240,41). Sum of RGB (Red+Green+Blue) = 29+240+41=310 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.35% from 310); Green value is 240 (94.14% from 255 or 77.42% from 310); Blue value is 41 (16.41% from 255 or 13.23% from 310); Max value from RGB is 240 - color contains mainly: green. Hex color #1DF029 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DF029 is #E20FD6. Grayscale: #9A9A9A. Windows color (decimal): -14815191 or 2748445. OLE color: 2748445.

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

Color convert

RGB 29 240 41 -
CMYK 0.88 0 0.83 0.06
HSL 123.41º 0.88% 0.53% -
HSV(B) 123.41º 0.88% 0.94% -
XYZ 32.07 62.74 12.52 -
YUV 154.23 64.1 38.68 -
System Red Green Blue C M Y K H S L
Decimal 29 240 41 0.88 0 0.83 0.06 123.41 0.88 0.53
Hex 1D F0 29 58 0 53 6 7B 58 35
Octal 35 360 51 130 0 123 6 173 130 65
Binary 11101 11110000 101001 1011000 0 1010011 110 1111011 1011000 110101

Color Harmonies of #1DF029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DF029

Black with #1DF029

Text Example


Text Example

White with #1DF029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1DF029; }

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

 H1.HeaderClassName
 {
   color: #1DF029;
 }
 .AnyTagClassName
 {
   color: #1DF029;
 }
</style>

background-color css

<style>
 a { background-color: #1DF029; }

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

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

border-color css

<style>
 span { border-color: #1DF029; }

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

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