#25FE28

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

Shades of Free Speech Green #25FE28

Tints of Free Speech Green #25FE28

Color information

#25FE28 (or 0x25FE28) is unknown color: approx Free Speech Green. HEX triplet: 25, FE and 28. RGB value is (37,254,40). Sum of RGB (Red+Green+Blue) = 37+254+40=331 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.18% from 331); Green value is 254 (99.61% from 255 or 76.74% from 331); Blue value is 40 (16.02% from 255 or 12.08% from 331); Max value from RGB is 254 - color contains mainly: green. Hex color #25FE28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #25FE28 is #DA01D7. Grayscale: #A5A5A5. Windows color (decimal): -14287320 or 2686501. OLE color: 2686501.

HSL color Cylindrical-coordinate representation of color #25FE28: hue angle of 120.83º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25FE28 is Cyan = 0.85, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.00.

Color convert

RGB3725440-
CMYK0.8500.840.00
HSL120.83º99.09%57.06%-
HSV(B)120.83º85.43%99.61%-
XYZ36.5971.4313.87-
YUV164.7257.6136.9-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.18%
GREEN value IS 254 (99.61% from 255) = 76.74%
BLUE value IS 40 (16.02% from 255) = 12.08%
R=11.18%
G=76.74%
B=12.08%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal37254400.8500.840.00120.8399.0957.06
Hex25FE28550540796339
Octal45376501250124017114371
Binary10010111111110101000101010101010100011110011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25FE28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,254,40); }

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

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

 a { background-color: rgb(37,254,40); }

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

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

 span { border-color: rgb(37,254,40); }

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