#1DEE1B

Color #1DEE1B Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #1DEE1B

Tints of Free Speech Green #1DEE1B

Color information

#1DEE1B (or 0x1DEE1B) is unknown color: approx Free Speech Green. HEX triplet: 1D, EE and 1B. RGB value is (29,238,27). Sum of RGB (Red+Green+Blue) = 29+238+27=294 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.86% from 294); Green value is 238 (93.36% from 255 or 80.95% from 294); Blue value is 27 (10.94% from 255 or 9.18% from 294); Max value from RGB is 238 - color contains mainly: green. Hex color #1DEE1B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DEE1B is #E211E4. Grayscale: #989898. Windows color (decimal): -14815717 or 1830429. OLE color: 1830429.

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

Color convert

RGB2923827-
CMYK0.8800.890.07
HSL119.43º86.12%51.96%-
HSV(B)119.43º88.66%93.33%-
XYZ31.2861.4911.26-
YUV151.4557.7640.66-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.86%
GREEN value IS 238 (93.36% from 255) = 80.95%
BLUE value IS 27 (10.94% from 255) = 9.18%
R=9.86%
G=80.95%
B=9.18%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal29238270.8800.890.07119.4386.1251.96
Hex1DEE1B580597775634
Octal35356331300131716712664
Binary11101111011101101110110000101100111111101111010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DEE1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,238,27); }

 H1.HeaderClassName
 {
   color: #1DEE1B;
 }
 .AnyTagClassName
 {
   color: #1DEE1B;
 }
</style>
background-color css

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

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

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

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

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

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