Html Css Color HEX #25F012 Free Speech Green

📋 copy color: '#25F012'

red 37 ◦ green 240 ◦ blue 18

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

Shades of Free Speech Green #25F012

Tints of Free Speech Green #25F012

RGB

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

 GREEN value IS 240 (94.14% from 255) = 81.36%

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

R = 12.54%
G = 81.36%
B = 6.1%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#25F012 (or 0x25F012) is known color: Free Speech Green. HEX triplet: 25, F0 and 12. RGB value is (37,240,18). Sum of RGB (Red+Green+Blue) = 37+240+18=295 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.54% from 295); Green value is 240 (94.14% from 255 or 81.36% from 295); Blue value is 18 (7.42% from 255 or 6.10% from 295); Max value from RGB is 240 - color contains mainly: green. Hex color #25F012 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #25F012 is #DA0FED. Grayscale: #9A9A9A. Windows color (decimal): -14290926 or 1241125. OLE color: 1241125.

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

Color convert

RGB 37 240 18 -
CMYK 0.85 0 0.92 0.06
HSL 114.86º 0.88% 0.51% -
HSV(B) 114.86º 0.93% 0.94% -
XYZ 32.03 62.76 11 -
YUV 154 51.25 44.55 -
System Red Green Blue C M Y K H S L
Decimal 37 240 18 0.85 0 0.92 0.06 114.86 0.88 0.51
Hex 25 F0 12 55 0 5C 6 73 58 33
Octal 45 360 22 125 0 134 6 163 130 63
Binary 100101 11110000 10010 1010101 0 1011100 110 1110011 1011000 110011

Color Harmonies of #25F012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25F012

Black with #25F012

Text Example


Text Example

White with #25F012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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