Html Css Color HEX #1DF501 Free Speech Green

📋 copy color: '#1DF501'

red 29 ◦ green 245 ◦ blue 1

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

Shades of Free Speech Green #1DF501

Tints of Free Speech Green #1DF501

RGB

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

 GREEN value IS 245 (96.09% from 255) = 89.09%

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

R = 10.55%
G = 89.09%
B = 0.36%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#1DF501 (or 0x1DF501) is known color: Free Speech Green. HEX triplet: 1D, F5 and 01. RGB value is (29,245,1). Sum of RGB (Red+Green+Blue) = 29+245+1=275 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.55% from 275); Green value is 245 (96.09% from 255 or 89.09% from 275); Blue value is 1 (0.78% from 255 or 0.36% from 275); Max value from RGB is 245 - color contains mainly: green. Hex color #1DF501 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1DF501 is #E20AFE. Grayscale: #999999. Windows color (decimal): -14813951 or 128285. OLE color: 128285.

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

Color convert

RGB 29 245 1 -
CMYK 0.88 0 1.00 0.04
HSL 113.11º 0.99% 0.48% -
HSV(B) 113.11º 1% 0.96% -
XYZ 33.16 65.57 10.94 -
YUV 152.6 42.44 39.84 -
System Red Green Blue C M Y K H S L
Decimal 29 245 1 0.88 0 1.00 0.04 113.11 0.99 0.48
Hex 1D F5 1 58 0 64 4 71 63 30
Octal 35 365 1 130 0 144 4 161 143 60
Binary 11101 11110101 1 1011000 0 1100100 100 1110001 1100011 110000

Color Harmonies of #1DF501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DF501

Black with #1DF501

Text Example


Text Example

White with #1DF501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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