Html Css Color HEX #1DE401 Free Speech Green

📋 copy color: '#1DE401'

red 29 ◦ green 228 ◦ blue 1

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

Shades of Free Speech Green #1DE401

Tints of Free Speech Green #1DE401

RGB

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

 GREEN value IS 228 (89.45% from 255) = 88.37%

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

R = 11.24%
G = 88.37%
B = 0.39%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 1.00

 K value IS 0.11

RGB Variations

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

Color information

#1DE401 (or 0x1DE401) is known color: Free Speech Green. HEX triplet: 1D, E4 and 01. RGB value is (29,228,1). Sum of RGB (Red+Green+Blue) = 29+228+1=258 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.24% from 258); Green value is 228 (89.45% from 255 or 88.37% from 258); Blue value is 1 (0.78% from 255 or 0.39% from 258); Max value from RGB is 228 - color contains mainly: green. Hex color #1DE401 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DE401 is #E21BFE. Grayscale: #8F8F8F. Windows color (decimal): -14818303 or 123933. OLE color: 123933.

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

Color convert

RGB 29 228 1 -
CMYK 0.87 0 1.00 0.11
HSL 112.6º 0.99% 0.45% -
HSV(B) 112.6º 1% 0.89% -
XYZ 28.26 55.75 9.3 -
YUV 142.62 48.07 46.96 -
System Red Green Blue C M Y K H S L
Decimal 29 228 1 0.87 0 1.00 0.11 112.6 0.99 0.45
Hex 1D E4 1 57 0 64 B 71 63 2D
Octal 35 344 1 127 0 144 13 161 143 55
Binary 11101 11100100 1 1010111 0 1100100 1011 1110001 1100011 101101

Color Harmonies of #1DE401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DE401

Black with #1DE401

Text Example


Text Example

White with #1DE401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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