Html Css Color HEX #1DFA1D Free Speech Green

📋 copy color: '#1DFA1D'

red 29 ◦ green 250 ◦ blue 29

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

Shades of Free Speech Green #1DFA1D

Tints of Free Speech Green #1DFA1D

RGB

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

 GREEN value IS 250 (98.05% from 255) = 81.17%

 BLUE value IS 29 (11.72% from 255) = 9.42%

R = 9.42%
G = 81.17%
B = 9.42%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#1DFA1D (or 0x1DFA1D) is known color: Free Speech Green. HEX triplet: 1D, FA and 1D. RGB value is (29,250,29). Sum of RGB (Red+Green+Blue) = 29+250+29=308 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.42% from 308); Green value is 250 (98.05% from 255 or 81.17% from 308); Blue value is 29 (11.72% from 255 or 9.42% from 308); Max value from RGB is 250 - color contains mainly: green. Hex color #1DFA1D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DFA1D is #E205E2. Grayscale: #9F9F9F. Windows color (decimal): -14812643 or 1964573. OLE color: 1964573.

HSL color Cylindrical-coordinate representation of color #1DFA1D: hue angle of 120º degrees, saturation: 0.96, 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 #1DFA1D is Cyan = 0.88, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.

Color convert

RGB 29 250 29 -
CMYK 0.88 0 0.88 0.02
HSL 120º 0.96% 0.55% -
HSV(B) 120º 0.88% 0.98% -
XYZ 34.91 68.72 12.59 -
YUV 158.73 54.78 35.47 -
System Red Green Blue C M Y K H S L
Decimal 29 250 29 0.88 0 0.88 0.02 120 0.96 0.55
Hex 1D FA 1D 58 0 58 2 78 60 37
Octal 35 372 35 130 0 130 2 170 140 67
Binary 11101 11111010 11101 1011000 0 1011000 10 1111000 1100000 110111

Color Harmonies of #1DFA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DFA1D

Black with #1DFA1D

Text Example


Text Example

White with #1DFA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,250,29); }

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

background-color css

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

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

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

border-color css

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

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

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