#1fef25

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

Shades of Free Speech Green #1FEF25

Tints of Free Speech Green #1FEF25

Color information

#1FEF25 (or 0x1FEF25) is unknown color: approx Free Speech Green. HEX triplet: 1F, EF and 25. RGB value is (31,239,37). Sum of RGB (Red+Green+Blue) = 31+239+37=307 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.10% from 307); Green value is 239 (93.75% from 255 or 77.85% from 307); Blue value is 37 (14.84% from 255 or 12.05% from 307); Max value from RGB is 239 - color contains mainly: green. Hex color #1FEF25 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FEF25 is #E010DA. Grayscale: #9A9A9A. Windows color (decimal): -14684379 or 2486047. OLE color: 2486047.

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

Color convert

RGB3123937-
CMYK0.8700.850.06
HSL121.73º86.67%52.94%-
HSV(B)121.73º87.03%93.73%-
XYZ31.7762.1612.07-
YUV153.7862.0940.43-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.10%
GREEN value IS 239 (93.75% from 255) = 77.85%
BLUE value IS 37 (14.84% from 255) = 12.05%
R=10.10%
G=77.85%
B=12.05%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal31239370.8700.850.06121.7386.6752.94
Hex1FEF255705567a5735
Octal37357451270125617212765
Binary111111110111110010110101110101010111011110101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1fef25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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