Html Css Color HEX #1DF600 Free Speech Green

📋 copy color: '#1DF600'

red 29 ◦ green 246 ◦ blue 0

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

Shades of Free Speech Green #1DF600

Tints of Free Speech Green #1DF600

RGB

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

 GREEN value IS 246 (96.48% from 255) = 89.45%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 10.55%
G = 89.45%
B = 0%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#1DF600 (or 0x1DF600) is known color: Free Speech Green. HEX triplet: 1D, F6 and 00. RGB value is (29,246,0). Sum of RGB (Red+Green+Blue) = 29+246+0=275 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.55% from 275); Green value is 246 (96.48% from 255 or 89.45% from 275); Blue value is 0 (0.39% from 255 or 0% from 275); Max value from RGB is 246 - color contains mainly: green. Hex color #1DF600 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1DF600 is #E209FF. Grayscale: #999999. Windows color (decimal): -14813696 or 63005. OLE color: 63005.

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

Color convert

RGB 29 246 0 -
CMYK 0.88 0 1 0.04
HSL 112.93º 1% 0.48% -
HSV(B) 112.93º 1% 0.96% -
XYZ 33.46 66.17 11.01 -
YUV 153.07 41.61 39.5 -
System Red Green Blue C M Y K H S L
Decimal 29 246 0 0.88 0 1 0.04 112.93 1 0.48
Hex 1D F6 0 58 0 64 4 71 64 30
Octal 35 366 0 130 0 144 4 161 144 60
Binary 11101 11110110 0 1011000 0 1100100 100 1110001 1100100 110000

Color Harmonies of #1DF600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DF600

Black with #1DF600

Text Example


Text Example

White with #1DF600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,246,0); }

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

background-color css

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

 a { background-color: rgb(29,246,0); }

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

border-color css

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

 span { border-color: rgb(29,246,0); }

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