Html Css Color HEX #1DE001 Free Speech Green

📋 copy color: '#1DE001'

red 29 ◦ green 224 ◦ blue 1

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

Shades of Free Speech Green #1DE001

Tints of Free Speech Green #1DE001

RGB

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

 GREEN value IS 224 (87.89% from 255) = 88.19%

 BLUE value IS 1 (0.78% from 255) = 0.39%

R = 11.42%
G = 88.19%
B = 0.39%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#1DE001 (or 0x1DE001) is known color: Free Speech Green. HEX triplet: 1D, E0 and 01. RGB value is (29,224,1). Sum of RGB (Red+Green+Blue) = 29+224+1=254 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.42% from 254); Green value is 224 (87.89% from 255 or 88.19% from 254); Blue value is 1 (0.78% from 255 or 0.39% from 254); Max value from RGB is 224 - color contains mainly: green. Hex color #1DE001 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DE001 is #E21FFE. Grayscale: #8C8C8C. Windows color (decimal): -14819327 or 122909. OLE color: 122909.

HSL color Cylindrical-coordinate representation of color #1DE001: hue angle of 112.47º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1DE001 is Cyan = 0.87, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 29 224 1 -
CMYK 0.87 0 1.00 0.12
HSL 112.47º 0.99% 0.44% -
HSV(B) 112.47º 1% 0.88% -
XYZ 27.17 53.57 8.94 -
YUV 140.27 49.4 48.63 -
System Red Green Blue C M Y K H S L
Decimal 29 224 1 0.87 0 1.00 0.12 112.47 0.99 0.44
Hex 1D E0 1 57 0 64 C 70 63 2C
Octal 35 340 1 127 0 144 14 160 143 54
Binary 11101 11100000 1 1010111 0 1100100 1100 1110000 1100011 101100

Color Harmonies of #1DE001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DE001

Black with #1DE001

Text Example


Text Example

White with #1DE001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,224,1); }

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

background-color css

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

 a { background-color: rgb(29,224,1); }

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

border-color css

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

 span { border-color: rgb(29,224,1); }

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