Html Css Color HEX #25EE14 Free Speech Green

📋 copy color: '#25EE14'

red 37 ◦ green 238 ◦ blue 20

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

Shades of Free Speech Green #25EE14

Tints of Free Speech Green #25EE14

RGB

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

 GREEN value IS 238 (93.36% from 255) = 80.68%

 BLUE value IS 20 (8.2% from 255) = 6.78%

R = 12.54%
G = 80.68%
B = 6.78%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#25EE14 (or 0x25EE14) is known color: Free Speech Green. HEX triplet: 25, EE and 14. RGB value is (37,238,20). Sum of RGB (Red+Green+Blue) = 37+238+20=295 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.54% from 295); Green value is 238 (93.36% from 255 or 80.68% from 295); Blue value is 20 (8.20% from 255 or 6.78% from 295); Max value from RGB is 238 - color contains mainly: green. Hex color #25EE14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #25EE14 is #DA11EB. Grayscale: #999999. Windows color (decimal): -14291436 or 1371685. OLE color: 1371685.

HSL color Cylindrical-coordinate representation of color #25EE14: hue angle of 115.32º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #25EE14 is Cyan = 0.84, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 37 238 20 -
CMYK 0.84 0 0.92 0.07
HSL 115.32º 0.87% 0.51% -
HSV(B) 115.32º 0.92% 0.93% -
XYZ 31.46 61.59 10.89 -
YUV 153.05 52.91 45.23 -
System Red Green Blue C M Y K H S L
Decimal 37 238 20 0.84 0 0.92 0.07 115.32 0.87 0.51
Hex 25 EE 14 54 0 5C 7 73 57 33
Octal 45 356 24 124 0 134 7 163 127 63
Binary 100101 11101110 10100 1010100 0 1011100 111 1110011 1010111 110011

Color Harmonies of #25EE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25EE14

Black with #25EE14

Text Example


Text Example

White with #25EE14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,238,20); }

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

background-color css

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

 a { background-color: rgb(37,238,20); }

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

border-color css

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

 span { border-color: rgb(37,238,20); }

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