#1FEF2A

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

Shades of Free Speech Green #1FEF2A

Tints of Free Speech Green #1FEF2A

Color information

#1FEF2A (or 0x1FEF2A) is unknown color: approx Free Speech Green. HEX triplet: 1F, EF and 2A. RGB value is (31,239,42). Sum of RGB (Red+Green+Blue) = 31+239+42=312 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.94% from 312); Green value is 239 (93.75% from 255 or 76.60% from 312); Blue value is 42 (16.80% from 255 or 13.46% from 312); Max value from RGB is 239 - color contains mainly: green. Hex color #1FEF2A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FEF2A is #E010D5. Grayscale: #9A9A9A. Windows color (decimal): -14684374 or 2813727. OLE color: 2813727.

HSL color Cylindrical-coordinate representation of color #1FEF2A: hue angle of 123.17º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FEF2A is Cyan = 0.87, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB3123942-
CMYK0.8700.820.06
HSL123.17º86.67%52.94%-
HSV(B)123.17º87.03%93.73%-
XYZ31.8562.1912.52-
YUV154.3564.5940.02-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.94%
GREEN value IS 239 (93.75% from 255) = 76.60%
BLUE value IS 42 (16.80% from 255) = 13.46%
R=9.94%
G=76.60%
B=13.46%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal31239420.8700.820.06123.1786.6752.94
Hex1FEF2A5705267b5735
Octal37357521270122617312765
Binary111111110111110101010101110101001011011110111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FEF2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,239,42); }

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

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

 a { background-color: rgb(31,239,42); }

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

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

 span { border-color: rgb(31,239,42); }

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