#1ef227

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

Shades of Free Speech Green #1EF227

Tints of Free Speech Green #1EF227

Color information

#1EF227 (or 0x1EF227) is unknown color: approx Free Speech Green. HEX triplet: 1E, F2 and 27. RGB value is (30,242,39). Sum of RGB (Red+Green+Blue) = 30+242+39=311 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.65% from 311); Green value is 242 (94.92% from 255 or 77.81% from 311); Blue value is 39 (15.62% from 255 or 12.54% from 311); Max value from RGB is 242 - color contains mainly: green. Hex color #1EF227 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EF227 is #E10DD8. Grayscale: #9C9C9C. Windows color (decimal): -14749145 or 2617886. OLE color: 2617886.

HSL color Cylindrical-coordinate representation of color #1EF227: hue angle of 122.55º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF227 is Cyan = 0.88, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB3024239-
CMYK0.8800.840.05
HSL122.55º89.08%53.33%-
HSV(B)122.55º87.6%94.9%-
XYZ32.6563.9312.54-
YUV155.4762.2638.51-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.65%
GREEN value IS 242 (94.92% from 255) = 77.81%
BLUE value IS 39 (15.62% from 255) = 12.54%
R=9.65%
G=77.81%
B=12.54%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal30242390.8800.840.05122.5589.0853.33
Hex1EF2275805457b5935
Octal36362471300124517313165
Binary111101111001010011110110000101010010111110111011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ef227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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