Html Css Color HEX #1DF611 Free Speech Green

📋 copy color: '#1DF611'

red 29 ◦ green 246 ◦ blue 17

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

Shades of Free Speech Green #1DF611

Tints of Free Speech Green #1DF611

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.82%

R = 9.93%
G = 84.25%
B = 5.82%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#1DF611 (or 0x1DF611) is known color: Free Speech Green. HEX triplet: 1D, F6 and 11. RGB value is (29,246,17). Sum of RGB (Red+Green+Blue) = 29+246+17=292 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.93% from 292); Green value is 246 (96.48% from 255 or 84.25% from 292); Blue value is 17 (7.03% from 255 or 5.82% from 292); Max value from RGB is 246 - color contains mainly: green. Hex color #1DF611 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1DF611 is #E209EE. Grayscale: #9B9B9B. Windows color (decimal): -14813679 or 1177117. OLE color: 1177117.

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

Color convert

RGB 29 246 17 -
CMYK 0.88 0 0.93 0.04
HSL 116.86º 0.93% 0.52% -
HSV(B) 116.86º 0.93% 0.96% -
XYZ 33.56 66.21 11.54 -
YUV 155.01 50.11 38.12 -
System Red Green Blue C M Y K H S L
Decimal 29 246 17 0.88 0 0.93 0.04 116.86 0.93 0.52
Hex 1D F6 11 58 0 5D 4 75 5D 34
Octal 35 366 21 130 0 135 4 165 135 64
Binary 11101 11110110 10001 1011000 0 1011101 100 1110101 1011101 110100

Color Harmonies of #1DF611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DF611

Black with #1DF611

Text Example


Text Example

White with #1DF611

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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