Html Css Color HEX #1DCF00 Free Speech Green

📋 copy color: '#1DCF00'

red 29 ◦ green 207 ◦ blue 0

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

Shades of Free Speech Green #1DCF00

Tints of Free Speech Green #1DCF00

RGB

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

 GREEN value IS 207 (81.25% from 255) = 87.71%

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

R = 12.29%
G = 87.71%
B = 0%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#1DCF00 (or 0x1DCF00) is known color: Free Speech Green. HEX triplet: 1D, CF and 00. RGB value is (29,207,0). Sum of RGB (Red+Green+Blue) = 29+207+0=236 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.29% from 236); Green value is 207 (81.25% from 255 or 87.71% from 236); Blue value is 0 (0.39% from 255 or 0% from 236); Max value from RGB is 207 - color contains mainly: green. Hex color #1DCF00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DCF00 is #E230FF. Grayscale: #828282. Windows color (decimal): -14823680 or 53021. OLE color: 53021.

HSL color Cylindrical-coordinate representation of color #1DCF00: hue angle of 111.59º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1DCF00 is Cyan = 0.86, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.19.

Color convert

RGB 29 207 0 -
CMYK 0.86 0 1 0.19
HSL 111.59º 1% 0.41% -
HSV(B) 111.59º 1% 0.81% -
XYZ 22.82 44.89 7.46 -
YUV 130.18 54.53 55.83 -
System Red Green Blue C M Y K H S L
Decimal 29 207 0 0.86 0 1 0.19 111.59 1 0.41
Hex 1D CF 0 56 0 64 13 70 64 29
Octal 35 317 0 126 0 144 23 160 144 51
Binary 11101 11001111 0 1010110 0 1100100 10011 1110000 1100100 101001

Color Harmonies of #1DCF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCF00

Black with #1DCF00

Text Example


Text Example

White with #1DCF00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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