Html Css Color HEX #1DF006 Free Speech Green

📋 copy color: '#1DF006'

red 29 ◦ green 240 ◦ blue 6

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

Shades of Free Speech Green #1DF006

Tints of Free Speech Green #1DF006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.18%

R = 10.55%
G = 87.27%
B = 2.18%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#1DF006 (or 0x1DF006) is known color: Free Speech Green. HEX triplet: 1D, F0 and 06. RGB value is (29,240,6). Sum of RGB (Red+Green+Blue) = 29+240+6=275 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.55% from 275); Green value is 240 (94.14% from 255 or 87.27% from 275); Blue value is 6 (2.73% from 255 or 2.18% from 275); Max value from RGB is 240 - color contains mainly: green. Hex color #1DF006 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1DF006 is #E20FF9. Grayscale: #969696. Windows color (decimal): -14815226 or 454685. OLE color: 454685.

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

Color convert

RGB 29 240 6 -
CMYK 0.88 0 0.98 0.06
HSL 114.1º 0.95% 0.48% -
HSV(B) 114.1º 0.98% 0.94% -
XYZ 31.7 62.59 10.58 -
YUV 150.24 46.6 41.53 -
System Red Green Blue C M Y K H S L
Decimal 29 240 6 0.88 0 0.98 0.06 114.1 0.95 0.48
Hex 1D F0 6 58 0 62 6 72 5F 30
Octal 35 360 6 130 0 142 6 162 137 60
Binary 11101 11110000 110 1011000 0 1100010 110 1110010 1011111 110000

Color Harmonies of #1DF006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DF006

Black with #1DF006

Text Example


Text Example

White with #1DF006

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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