Html Css Color HEX #1DDF15 Free Speech Green

📋 copy color: '#1DDF15'

red 29 ◦ green 223 ◦ blue 21

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

Shades of Free Speech Green #1DDF15

Tints of Free Speech Green #1DDF15

RGB

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

 GREEN value IS 223 (87.5% from 255) = 81.68%

 BLUE value IS 21 (8.59% from 255) = 7.69%

R = 10.62%
G = 81.68%
B = 7.69%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#1DDF15 (or 0x1DDF15) is known color: Free Speech Green. HEX triplet: 1D, DF and 15. RGB value is (29,223,21). Sum of RGB (Red+Green+Blue) = 29+223+21=273 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.62% from 273); Green value is 223 (87.5% from 255 or 81.68% from 273); Blue value is 21 (8.59% from 255 or 7.69% from 273); Max value from RGB is 223 - color contains mainly: green. Hex color #1DDF15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DDF15 is #E220EA. Grayscale: #8E8E8E. Windows color (decimal): -14819563 or 1433373. OLE color: 1433373.

HSL color Cylindrical-coordinate representation of color #1DDF15: hue angle of 117.62º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1DDF15 is Cyan = 0.87, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 29 223 21 -
CMYK 0.87 0 0.91 0.13
HSL 117.62º 0.83% 0.48% -
HSV(B) 117.62º 0.91% 0.87% -
XYZ 27.03 53.09 9.53 -
YUV 141.97 59.73 47.43 -
System Red Green Blue C M Y K H S L
Decimal 29 223 21 0.87 0 0.91 0.13 117.62 0.83 0.48
Hex 1D DF 15 57 0 5B D 76 53 30
Octal 35 337 25 127 0 133 15 166 123 60
Binary 11101 11011111 10101 1010111 0 1011011 1101 1110110 1010011 110000

Color Harmonies of #1DDF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DDF15

Black with #1DDF15

Text Example


Text Example

White with #1DDF15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,223,21); }

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

background-color css

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

 a { background-color: rgb(29,223,21); }

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

border-color css

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

 span { border-color: rgb(29,223,21); }

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