#1DF011

Color #1DF011 Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #1DF011

Tints of Free Speech Green #1DF011

Color information

#1DF011 (or 0x1DF011) is unknown color: approx Free Speech Green. HEX triplet: 1D, F0 and 11. RGB value is (29,240,17). Sum of RGB (Red+Green+Blue) = 29+240+17=286 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.14% from 286); Green value is 240 (94.14% from 255 or 83.92% from 286); Blue value is 17 (7.03% from 255 or 5.94% from 286); Max value from RGB is 240 - color contains mainly: green. Hex color #1DF011 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1DF011 is #E20FEE. Grayscale: #989898. Windows color (decimal): -14815215 or 1175581. OLE color: 1175581.

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

Color convert

RGB2924017-
CMYK0.8800.930.06
HSL116.77º88.14%50.39%-
HSV(B)116.77º92.92%94.12%-
XYZ31.7762.6210.94-
YUV151.4952.140.63-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.14%
GREEN value IS 240 (94.14% from 255) = 83.92%
BLUE value IS 17 (7.03% from 255) = 5.94%
R=10.14%
G=83.92%
B=5.94%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal29240170.8800.930.06116.7788.1450.39
Hex1DF0115805D6755832
Octal35360211300135616513062
Binary11101111100001000110110000101110111011101011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DF011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1DF011;
 }
 .AnyTagClassName
 {
   color: #1DF011;
 }
</style>
background-color css

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

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

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

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

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

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