#1EED28

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

Shades of Free Speech Green #1EED28

Tints of Free Speech Green #1EED28

Color information

#1EED28 (or 0x1EED28) is unknown color: approx Free Speech Green. HEX triplet: 1E, ED and 28. RGB value is (30,237,40). Sum of RGB (Red+Green+Blue) = 30+237+40=307 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.77% from 307); Green value is 237 (92.97% from 255 or 77.20% from 307); Blue value is 40 (16.02% from 255 or 13.03% from 307); Max value from RGB is 237 - color contains mainly: green. Hex color #1EED28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EED28 is #E112D7. Grayscale: #999999. Windows color (decimal): -14750424 or 2682142. OLE color: 2682142.

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

Color convert

RGB3023740-
CMYK0.8700.830.07
HSL122.9º85.19%52.35%-
HSV(B)122.9º87.34%92.94%-
XYZ31.26112.14-
YUV152.6564.4240.52-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.77%
GREEN value IS 237 (92.97% from 255) = 77.20%
BLUE value IS 40 (16.02% from 255) = 13.03%
R=9.77%
G=77.20%
B=13.03%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal30237400.8700.830.07122.985.1952.35
Hex1EED285705377b5534
Octal36355501270123717312564
Binary111101110110110100010101110101001111111110111010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EED28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,237,40); }

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

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

 a { background-color: rgb(30,237,40); }

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

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

 span { border-color: rgb(30,237,40); }

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