Html Css Color HEX #1DF731 Free Speech Green

📋 copy color: '#1DF731'

red 29 ◦ green 247 ◦ blue 49

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

Shades of Free Speech Green #1DF731

Tints of Free Speech Green #1DF731

RGB

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

 GREEN value IS 247 (96.88% from 255) = 76%

 BLUE value IS 49 (19.53% from 255) = 15.08%

R = 8.92%
G = 76%
B = 15.08%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#1DF731 (or 0x1DF731) is known color: Free Speech Green. HEX triplet: 1D, F7 and 31. RGB value is (29,247,49). Sum of RGB (Red+Green+Blue) = 29+247+49=325 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.92% from 325); Green value is 247 (96.88% from 255 or 76% from 325); Blue value is 49 (19.53% from 255 or 15.08% from 325); Max value from RGB is 247 - color contains mainly: green. Hex color #1DF731 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DF731 is #E208CE. Grayscale: #9F9F9F. Windows color (decimal): -14813391 or 3274525. OLE color: 3274525.

HSL color Cylindrical-coordinate representation of color #1DF731: hue angle of 125.5º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF731 is Cyan = 0.88, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.03.

Color convert

RGB 29 247 49 -
CMYK 0.88 0 0.80 0.03
HSL 125.5º 0.93% 0.54% -
HSV(B) 125.5º 0.88% 0.97% -
XYZ 34.32 67 14.03 -
YUV 159.25 65.78 35.1 -
System Red Green Blue C M Y K H S L
Decimal 29 247 49 0.88 0 0.80 0.03 125.5 0.93 0.54
Hex 1D F7 31 58 0 50 3 7E 5D 36
Octal 35 367 61 130 0 120 3 176 135 66
Binary 11101 11110111 110001 1011000 0 1010000 11 1111110 1011101 110110

Color Harmonies of #1DF731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DF731

Black with #1DF731

Text Example


Text Example

White with #1DF731

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,247,49); }

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

background-color css

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

 a { background-color: rgb(29,247,49); }

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

border-color css

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

 span { border-color: rgb(29,247,49); }

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