Html Css Color HEX #1DF013 Free Speech Green

📋 copy color: '#1DF013'

red 29 ◦ green 240 ◦ blue 19

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

Shades of Free Speech Green #1DF013

Tints of Free Speech Green #1DF013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.6%

R = 10.07%
G = 83.33%
B = 6.6%

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

#1DF013 (or 0x1DF013) is known color: Free Speech Green. HEX triplet: 1D, F0 and 13. RGB value is (29,240,19). Sum of RGB (Red+Green+Blue) = 29+240+19=288 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.07% from 288); Green value is 240 (94.14% from 255 or 83.33% from 288); Blue value is 19 (7.81% from 255 or 6.60% from 288); Max value from RGB is 240 - color contains mainly: green. Hex color #1DF013 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1DF013 is #E20FEC. Grayscale: #989898. Windows color (decimal): -14815213 or 1306653. OLE color: 1306653.

HSL color Cylindrical-coordinate representation of color #1DF013: hue angle of 117.29º 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 #1DF013 is Cyan = 0.88, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 29 240 19 -
CMYK 0.88 0 0.92 0.06
HSL 117.29º 0.88% 0.51% -
HSV(B) 117.29º 0.92% 0.94% -
XYZ 31.78 62.63 11.03 -
YUV 151.72 53.1 40.47 -
System Red Green Blue C M Y K H S L
Decimal 29 240 19 0.88 0 0.92 0.06 117.29 0.88 0.51
Hex 1D F0 13 58 0 5C 6 75 58 33
Octal 35 360 23 130 0 134 6 165 130 63
Binary 11101 11110000 10011 1011000 0 1011100 110 1110101 1011000 110011

Color Harmonies of #1DF013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DF013

Black with #1DF013

Text Example


Text Example

White with #1DF013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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