Html Css Color HEX #19EF32 Free Speech Green

📋 copy color: '#19EF32'

red 25 ◦ green 239 ◦ blue 50

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

Shades of Free Speech Green #19EF32

Tints of Free Speech Green #19EF32

RGB

 RED value IS 25 (10.16% from 255) = 7.96%

 GREEN value IS 239 (93.75% from 255) = 76.11%

 BLUE value IS 50 (19.92% from 255) = 15.92%

R = 7.96%
G = 76.11%
B = 15.92%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#19EF32 (or 0x19EF32) is known color: Free Speech Green. HEX triplet: 19, EF and 32. RGB value is (25,239,50). Sum of RGB (Red+Green+Blue) = 25+239+50=314 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.96% from 314); Green value is 239 (93.75% from 255 or 76.11% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 239 - color contains mainly: green. Hex color #19EF32 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19EF32 is #E610CD. Grayscale: #9A9A9A. Windows color (decimal): -15077582 or 3338009. OLE color: 3338009.

HSL color Cylindrical-coordinate representation of color #19EF32: hue angle of 127.01º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19EF32 is Cyan = 0.90, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.

Color convert

RGB 25 239 50 -
CMYK 0.90 0 0.79 0.06
HSL 127.01º 0.87% 0.52% -
HSV(B) 127.01º 0.9% 0.94% -
XYZ 31.84 62.17 13.34 -
YUV 153.47 69.6 36.37 -
System Red Green Blue C M Y K H S L
Decimal 25 239 50 0.90 0 0.79 0.06 127.01 0.87 0.52
Hex 19 EF 32 5A 0 4F 6 7F 57 34
Octal 31 357 62 132 0 117 6 177 127 64
Binary 11001 11101111 110010 1011010 0 1001111 110 1111111 1010111 110100

Color Harmonies of #19EF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19EF32

Black with #19EF32

Text Example


Text Example

White with #19EF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19EF32; }

 p { color: rgb(25,239,50); }

 H1.HeaderClassName
 {
   color: #19EF32;
 }
 .AnyTagClassName
 {
   color: #19EF32;
 }
</style>

background-color css

<style>
 a { background-color: #19EF32; }

 a { background-color: rgb(25,239,50); }

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

border-color css

<style>
 span { border-color: #19EF32; }

 span { border-color: rgb(25,239,50); }

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