#25E714

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

Shades of Free Speech Green #25E714

Tints of Free Speech Green #25E714

Color information

#25E714 (or 0x25E714) is unknown color: approx Free Speech Green. HEX triplet: 25, E7 and 14. RGB value is (37,231,20). Sum of RGB (Red+Green+Blue) = 37+231+20=288 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.85% from 288); Green value is 231 (90.62% from 255 or 80.21% from 288); Blue value is 20 (8.20% from 255 or 6.94% from 288); Max value from RGB is 231 - color contains mainly: green. Hex color #25E714 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #25E714 is #DA18EB. Grayscale: #959595. Windows color (decimal): -14293228 or 1369893. OLE color: 1369893.

HSL color Cylindrical-coordinate representation of color #25E714: hue angle of 115.17º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #25E714 is Cyan = 0.84, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB3723120-
CMYK0.8400.910.09
HSL115.17º84.06%49.22%-
HSV(B)115.17º91.34%90.59%-
XYZ29.4757.610.23-
YUV148.9455.2348.16-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.85%
GREEN value IS 231 (90.62% from 255) = 80.21%
BLUE value IS 20 (8.20% from 255) = 6.94%
R=12.85%
G=80.21%
B=6.94%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal37231200.8400.910.09115.1784.0649.22
Hex25E7145405B9735431
Octal453472412401331116312461
Binary1001011110011110100101010001011011100111100111010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25E714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,231,20); }

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

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

 a { background-color: rgb(37,231,20); }

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

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

 span { border-color: rgb(37,231,20); }

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