#1DE503

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

Shades of Free Speech Green #1DE503

Tints of Free Speech Green #1DE503

Color information

#1DE503 (or 0x1DE503) is unknown color: approx Free Speech Green. HEX triplet: 1D, E5 and 03. RGB value is (29,229,3). Sum of RGB (Red+Green+Blue) = 29+229+3=261 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.11% from 261); Green value is 229 (89.84% from 255 or 87.74% from 261); Blue value is 3 (1.56% from 255 or 1.15% from 261); Max value from RGB is 229 - color contains mainly: green. Hex color #1DE503 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DE503 is #E21AFC. Grayscale: #909090. Windows color (decimal): -14818045 or 255261. OLE color: 255261.

HSL color Cylindrical-coordinate representation of color #1DE503: hue angle of 113.1º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1DE503 is Cyan = 0.87, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.

Color convert

RGB292293-
CMYK0.8700.990.10
HSL113.1º97.41%45.49%-
HSV(B)113.1º98.69%89.8%-
XYZ28.5456.319.45-
YUV143.4448.7446.38-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.11%
GREEN value IS 229 (89.84% from 255) = 87.74%
BLUE value IS 3 (1.56% from 255) = 1.15%
R=11.11%
G=87.74%
B=1.15%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2922930.8700.990.10113.197.4145.49
Hex1DE5357063A71612d
Octal35345312701431216114155
Binary111011110010111101011101100011101011100011100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DE503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,229,3); }

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

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

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

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

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

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

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