Html Css Color HEX #1DF938 Free Speech Green

📋 copy color: '#1DF938'

red 29 ◦ green 249 ◦ blue 56

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

Shades of Free Speech Green #1DF938

Tints of Free Speech Green #1DF938

RGB

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

 GREEN value IS 249 (97.66% from 255) = 74.55%

 BLUE value IS 56 (22.27% from 255) = 16.77%

R = 8.68%
G = 74.55%
B = 16.77%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#1DF938 (or 0x1DF938) is known color: Free Speech Green. HEX triplet: 1D, F9 and 38. RGB value is (29,249,56). Sum of RGB (Red+Green+Blue) = 29+249+56=334 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.68% from 334); Green value is 249 (97.66% from 255 or 74.55% from 334); Blue value is 56 (22.27% from 255 or 16.77% from 334); Max value from RGB is 249 - color contains mainly: green. Hex color #1DF938 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DF938 is #E206C7. Grayscale: #A1A1A1. Windows color (decimal): -14812872 or 3733789. OLE color: 3733789.

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

Color convert

RGB 29 249 56 -
CMYK 0.88 0 0.78 0.02
HSL 127.36º 0.95% 0.55% -
HSV(B) 127.36º 0.88% 0.98% -
XYZ 35.1 68.3 15.07 -
YUV 161.22 68.61 33.69 -
System Red Green Blue C M Y K H S L
Decimal 29 249 56 0.88 0 0.78 0.02 127.36 0.95 0.55
Hex 1D F9 38 58 0 4E 2 7F 5F 37
Octal 35 371 70 130 0 116 2 177 137 67
Binary 11101 11111001 111000 1011000 0 1001110 10 1111111 1011111 110111

Color Harmonies of #1DF938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DF938

Black with #1DF938

Text Example


Text Example

White with #1DF938

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,249,56); }

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

background-color css

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

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

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

border-color css

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

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

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