Html Css Color HEX #1DEC0F Free Speech Green

📋 copy color: '#1DEC0F'

red 29 ◦ green 236 ◦ blue 15

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

Shades of Free Speech Green #1DEC0F

Tints of Free Speech Green #1DEC0F

RGB

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

 GREEN value IS 236 (92.58% from 255) = 84.29%

 BLUE value IS 15 (6.25% from 255) = 5.36%

R = 10.36%
G = 84.29%
B = 5.36%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#1DEC0F (or 0x1DEC0F) is known color: Free Speech Green. HEX triplet: 1D, EC and 0F. RGB value is (29,236,15). Sum of RGB (Red+Green+Blue) = 29+236+15=280 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.36% from 280); Green value is 236 (92.58% from 255 or 84.29% from 280); Blue value is 15 (6.25% from 255 or 5.36% from 280); Max value from RGB is 236 - color contains mainly: green. Hex color #1DEC0F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1DEC0F is #E213F0. Grayscale: #959595. Windows color (decimal): -14816241 or 1043485. OLE color: 1043485.

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

Color convert

RGB 29 236 15 -
CMYK 0.88 0 0.94 0.07
HSL 116.2º 0.88% 0.49% -
HSV(B) 116.2º 0.94% 0.93% -
XYZ 30.59 60.29 10.48 -
YUV 148.91 52.42 42.47 -
System Red Green Blue C M Y K H S L
Decimal 29 236 15 0.88 0 0.94 0.07 116.2 0.88 0.49
Hex 1D EC F 58 0 5E 7 74 58 31
Octal 35 354 17 130 0 136 7 164 130 61
Binary 11101 11101100 1111 1011000 0 1011110 111 1110100 1011000 110001

Color Harmonies of #1DEC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DEC0F

Black with #1DEC0F

Text Example


Text Example

White with #1DEC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,236,15); }

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

background-color css

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

 a { background-color: rgb(29,236,15); }

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

border-color css

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

 span { border-color: rgb(29,236,15); }

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