#25ef1f

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

Shades of Free Speech Green #25EF1F

Tints of Free Speech Green #25EF1F

Color information

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

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

Color convert

RGB3723931-
CMYK0.8500.870.06
HSL118.27º86.67%52.94%-
HSV(B)118.27º87.03%93.73%-
XYZ31.8862.2311.63-
YUV154.8958.0843.91-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal37239310.8500.870.06118.2786.6752.94
Hex25EF1F550576765735
Octal45357371250127616612765
Binary100101111011111111110101010101011111011101101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25ef1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25ef1f; }

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

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

<style>
 a { background-color: #25ef1f; }

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

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

<style>
 span { border-color: #25ef1f; }

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

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