#1EED27

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

Shades of Free Speech Green #1EED27

Tints of Free Speech Green #1EED27

Color information

#1EED27 (or 0x1EED27) is unknown color: approx Free Speech Green. HEX triplet: 1E, ED and 27. RGB value is (30,237,39). Sum of RGB (Red+Green+Blue) = 30+237+39=306 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.80% from 306); Green value is 237 (92.97% from 255 or 77.45% from 306); Blue value is 39 (15.62% from 255 or 12.75% from 306); Max value from RGB is 237 - color contains mainly: green. Hex color #1EED27 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EED27 is #E112D8. Grayscale: #999999. Windows color (decimal): -14750425 or 2616606. OLE color: 2616606.

HSL color Cylindrical-coordinate representation of color #1EED27: hue angle of 122.61º 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 #1EED27 is Cyan = 0.87, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.

Color convert

RGB3023739-
CMYK0.8700.840.07
HSL122.61º85.19%52.35%-
HSV(B)122.61º87.34%92.94%-
XYZ31.1960.9912.05-
YUV152.5463.9240.6-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.80%
GREEN value IS 237 (92.97% from 255) = 77.45%
BLUE value IS 39 (15.62% from 255) = 12.75%
R=9.80%
G=77.45%
B=12.75%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal30237390.8700.840.07122.6185.1952.35
Hex1EED275705477b5534
Octal36355471270124717312564
Binary111101110110110011110101110101010011111110111010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EED27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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