Html Css Color HEX #1DED04 Free Speech Green

📋 copy color: '#1DED04'

red 29 ◦ green 237 ◦ blue 4

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

Shades of Free Speech Green #1DED04

Tints of Free Speech Green #1DED04

RGB

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

 GREEN value IS 237 (92.97% from 255) = 87.78%

 BLUE value IS 4 (1.95% from 255) = 1.48%

R = 10.74%
G = 87.78%
B = 1.48%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#1DED04 (or 0x1DED04) is known color: Free Speech Green. HEX triplet: 1D, ED and 04. RGB value is (29,237,4). Sum of RGB (Red+Green+Blue) = 29+237+4=270 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.74% from 270); Green value is 237 (92.97% from 255 or 87.78% from 270); Blue value is 4 (1.95% from 255 or 1.48% from 270); Max value from RGB is 237 - color contains mainly: green. Hex color #1DED04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1DED04 is #E212FB. Grayscale: #949494. Windows color (decimal): -14815996 or 322845. OLE color: 322845.

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

Color convert

RGB 29 237 4 -
CMYK 0.88 0 0.98 0.07
HSL 113.56º 0.97% 0.47% -
HSV(B) 113.56º 0.98% 0.93% -
XYZ 30.81 60.84 10.23 -
YUV 148.25 46.59 42.95 -
System Red Green Blue C M Y K H S L
Decimal 29 237 4 0.88 0 0.98 0.07 113.56 0.97 0.47
Hex 1D ED 4 58 0 62 7 72 61 2F
Octal 35 355 4 130 0 142 7 162 141 57
Binary 11101 11101101 100 1011000 0 1100010 111 1110010 1100001 101111

Color Harmonies of #1DED04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DED04

Black with #1DED04

Text Example


Text Example

White with #1DED04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,237,4); }

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

background-color css

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

 a { background-color: rgb(29,237,4); }

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

border-color css

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

 span { border-color: rgb(29,237,4); }

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