Html Css Color HEX #1DFB31 Free Speech Green

📋 copy color: '#1DFB31'

red 29 ◦ green 251 ◦ blue 49

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

Shades of Free Speech Green #1DFB31

Tints of Free Speech Green #1DFB31

RGB

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

 GREEN value IS 251 (98.44% from 255) = 76.29%

 BLUE value IS 49 (19.53% from 255) = 14.89%

R = 8.81%
G = 76.29%
B = 14.89%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#1DFB31 (or 0x1DFB31) is known color: Free Speech Green. HEX triplet: 1D, FB and 31. RGB value is (29,251,49). Sum of RGB (Red+Green+Blue) = 29+251+49=329 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.81% from 329); Green value is 251 (98.44% from 255 or 76.29% from 329); Blue value is 49 (19.53% from 255 or 14.89% from 329); Max value from RGB is 251 - color contains mainly: green. Hex color #1DFB31 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DFB31 is #E204CE. Grayscale: #A2A2A2. Windows color (decimal): -14812367 or 3275549. OLE color: 3275549.

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

Color convert

RGB 29 251 49 -
CMYK 0.88 0 0.80 0.02
HSL 125.41º 0.97% 0.55% -
HSV(B) 125.41º 0.88% 0.98% -
XYZ 35.56 69.48 14.44 -
YUV 161.59 64.45 33.43 -
System Red Green Blue C M Y K H S L
Decimal 29 251 49 0.88 0 0.80 0.02 125.41 0.97 0.55
Hex 1D FB 31 58 0 50 2 7D 61 37
Octal 35 373 61 130 0 120 2 175 141 67
Binary 11101 11111011 110001 1011000 0 1010000 10 1111101 1100001 110111

Color Harmonies of #1DFB31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DFB31

Black with #1DFB31

Text Example


Text Example

White with #1DFB31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,251,49); }

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

background-color css

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

 a { background-color: rgb(29,251,49); }

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

border-color css

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

 span { border-color: rgb(29,251,49); }

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