Html Css Color HEX #25FA12 Free Speech Green

📋 copy color: '#25FA12'

red 37 ◦ green 250 ◦ blue 18

#25FA12
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Green #25FA12

Tints of Free Speech Green #25FA12

RGB

 RED value IS 37 (14.84% from 255) = 12.13%

 GREEN value IS 250 (98.05% from 255) = 81.97%

 BLUE value IS 18 (7.42% from 255) = 5.9%

R = 12.13%
G = 81.97%
B = 5.9%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#25FA12 (or 0x25FA12) is known color: Free Speech Green. HEX triplet: 25, FA and 12. RGB value is (37,250,18). Sum of RGB (Red+Green+Blue) = 37+250+18=305 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.13% from 305); Green value is 250 (98.05% from 255 or 81.97% from 305); Blue value is 18 (7.42% from 255 or 5.90% from 305); Max value from RGB is 250 - color contains mainly: green. Hex color #25FA12 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #25FA12 is #DA05ED. Grayscale: #A0A0A0. Windows color (decimal): -14288366 or 1243685. OLE color: 1243685.

HSL color Cylindrical-coordinate representation of color #25FA12: hue angle of 115.09º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #25FA12 is Cyan = 0.85, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB 37 250 18 -
CMYK 0.85 0 0.93 0.02
HSL 115.09º 0.96% 0.53% -
HSV(B) 115.09º 0.93% 0.98% -
XYZ 35.06 68.81 12.01 -
YUV 159.87 47.93 40.36 -
System Red Green Blue C M Y K H S L
Decimal 37 250 18 0.85 0 0.93 0.02 115.09 0.96 0.53
Hex 25 FA 12 55 0 5D 2 73 60 35
Octal 45 372 22 125 0 135 2 163 140 65
Binary 100101 11111010 10010 1010101 0 1011101 10 1110011 1100000 110101

Color Harmonies of #25FA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25FA12

Black with #25FA12

Text Example


Text Example

White with #25FA12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,250,18); }

 H1.HeaderClassName
 {
   color: #25FA12;
 }
 .AnyTagClassName
 {
   color: #25FA12;
 }
</style>

background-color css

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

 a { background-color: rgb(37,250,18); }

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

border-color css

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

 span { border-color: rgb(37,250,18); }

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