#25EF10

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

Shades of Free Speech Green #25EF10

Tints of Free Speech Green #25EF10

Color information

#25EF10 (or 0x25EF10) is unknown color: approx Free Speech Green. HEX triplet: 25, EF and 10. RGB value is (37,239,16). Sum of RGB (Red+Green+Blue) = 37+239+16=292 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.67% from 292); Green value is 239 (93.75% from 255 or 81.85% from 292); Blue value is 16 (6.64% from 255 or 5.48% from 292); Max value from RGB is 239 - color contains mainly: green. Hex color #25EF10 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #25EF10 is #DA10EF. Grayscale: #999999. Windows color (decimal): -14291184 or 1109797. OLE color: 1109797.

HSL color Cylindrical-coordinate representation of color #25EF10: hue angle of 114.35º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #25EF10 is Cyan = 0.85, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB3723916-
CMYK0.8500.930.06
HSL114.35º87.45%50%-
HSV(B)114.35º93.31%93.73%-
XYZ31.7262.1610.82-
YUV153.1850.5845.13-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.67%
GREEN value IS 239 (93.75% from 255) = 81.85%
BLUE value IS 16 (6.64% from 255) = 5.48%
R=12.67%
G=81.85%
B=5.48%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal37239160.8500.930.06114.3587.4550
Hex25EF105505D6725732
Octal45357201250135616212762
Binary100101111011111000010101010101110111011100101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25EF10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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