Html Css Color HEX #1DF014 Free Speech Green

📋 copy color: '#1DF014'

red 29 ◦ green 240 ◦ blue 20

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

Shades of Free Speech Green #1DF014

Tints of Free Speech Green #1DF014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.92%

R = 10.03%
G = 83.04%
B = 6.92%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#1DF014 (or 0x1DF014) is known color: Free Speech Green. HEX triplet: 1D, F0 and 14. RGB value is (29,240,20). Sum of RGB (Red+Green+Blue) = 29+240+20=289 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.03% from 289); Green value is 240 (94.14% from 255 or 83.04% from 289); Blue value is 20 (8.20% from 255 or 6.92% from 289); Max value from RGB is 240 - color contains mainly: green. Hex color #1DF014 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1DF014 is #E20FEB. Grayscale: #989898. Windows color (decimal): -14815212 or 1372189. OLE color: 1372189.

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

Color convert

RGB 29 240 20 -
CMYK 0.88 0 0.92 0.06
HSL 117.55º 0.88% 0.51% -
HSV(B) 117.55º 0.92% 0.94% -
XYZ 31.79 62.63 11.08 -
YUV 151.83 53.6 40.39 -
System Red Green Blue C M Y K H S L
Decimal 29 240 20 0.88 0 0.92 0.06 117.55 0.88 0.51
Hex 1D F0 14 58 0 5C 6 76 58 33
Octal 35 360 24 130 0 134 6 166 130 63
Binary 11101 11110000 10100 1011000 0 1011100 110 1110110 1011000 110011

Color Harmonies of #1DF014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DF014

Black with #1DF014

Text Example


Text Example

White with #1DF014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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