Html Css Color HEX #1DF612 Free Speech Green

📋 copy color: '#1DF612'

red 29 ◦ green 246 ◦ blue 18

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

Shades of Free Speech Green #1DF612

Tints of Free Speech Green #1DF612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.14%

R = 9.9%
G = 83.96%
B = 6.14%

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

#1DF612 (or 0x1DF612) is known color: Free Speech Green. HEX triplet: 1D, F6 and 12. RGB value is (29,246,18). Sum of RGB (Red+Green+Blue) = 29+246+18=293 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.90% from 293); Green value is 246 (96.48% from 255 or 83.96% from 293); Blue value is 18 (7.42% from 255 or 6.14% from 293); Max value from RGB is 246 - color contains mainly: green. Hex color #1DF612 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1DF612 is #E209ED. Grayscale: #9B9B9B. Windows color (decimal): -14813678 or 1242653. OLE color: 1242653.

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

Color convert

RGB 29 246 18 -
CMYK 0.88 0 0.93 0.04
HSL 117.11º 0.93% 0.52% -
HSV(B) 117.11º 0.93% 0.96% -
XYZ 33.57 66.22 11.58 -
YUV 155.13 50.61 38.04 -
System Red Green Blue C M Y K H S L
Decimal 29 246 18 0.88 0 0.93 0.04 117.11 0.93 0.52
Hex 1D F6 12 58 0 5D 4 75 5D 34
Octal 35 366 22 130 0 135 4 165 135 64
Binary 11101 11110110 10010 1011000 0 1011101 100 1110101 1011101 110100

Color Harmonies of #1DF612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DF612

Black with #1DF612

Text Example


Text Example

White with #1DF612

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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