#25E10C

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

Shades of Free Speech Green #25E10C

Tints of Free Speech Green #25E10C

Color information

#25E10C (or 0x25E10C) is unknown color: approx Free Speech Green. HEX triplet: 25, E1 and 0C. RGB value is (37,225,12). Sum of RGB (Red+Green+Blue) = 37+225+12=274 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.50% from 274); Green value is 225 (88.28% from 255 or 82.12% from 274); Blue value is 12 (5.08% from 255 or 4.38% from 274); Max value from RGB is 225 - color contains mainly: green. Hex color #25E10C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25E10C is #DA1EF3. Grayscale: #919191. Windows color (decimal): -14294772 or 844069. OLE color: 844069.

HSL color Cylindrical-coordinate representation of color #25E10C: hue angle of 112.96º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #25E10C is Cyan = 0.84, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB3722512-
CMYK0.8400.950.12
HSL112.96º89.87%46.47%-
HSV(B)112.96º94.67%88.24%-
XYZ27.7554.279.36-
YUV144.5153.2251.32-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.50%
GREEN value IS 225 (88.28% from 255) = 82.12%
BLUE value IS 12 (5.08% from 255) = 4.38%
R=13.50%
G=82.12%
B=4.38%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal37225120.8400.950.12112.9689.8746.47
Hex25E1C5405FC715a2e
Octal453411412401371416113256
Binary100101111000011100101010001011111110011100011011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25E10C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,225,12); }

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

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

 a { background-color: rgb(37,225,12); }

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

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

 span { border-color: rgb(37,225,12); }

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