Html Css Color HEX #12FA31 Free Speech Green

📋 copy color: '#12FA31'

red 18 ◦ green 250 ◦ blue 49

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

Shades of Free Speech Green #12FA31

Tints of Free Speech Green #12FA31

RGB

 RED value IS 18 (7.42% from 255) = 5.68%

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

 BLUE value IS 49 (19.53% from 255) = 15.46%

R = 5.68%
G = 78.86%
B = 15.46%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#12FA31 (or 0x12FA31) is known color: Free Speech Green. HEX triplet: 12, FA and 31. RGB value is (18,250,49). Sum of RGB (Red+Green+Blue) = 18+250+49=317 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.68% from 317); Green value is 250 (98.05% from 255 or 78.86% from 317); Blue value is 49 (19.53% from 255 or 15.46% from 317); Max value from RGB is 250 - color contains mainly: green. Hex color #12FA31 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12FA31 is #ED05CE. Grayscale: #9E9E9E. Windows color (decimal): -15533519 or 3275282. OLE color: 3275282.

HSL color Cylindrical-coordinate representation of color #12FA31: hue angle of 128.02º 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 #12FA31 is Cyan = 0.93, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 250 49 -
CMYK 0.93 0 0.80 0.02
HSL 128.02º 0.96% 0.53% -
HSV(B) 128.02º 0.93% 0.98% -
XYZ 34.99 68.72 14.33 -
YUV 157.72 66.64 28.34 -
System Red Green Blue C M Y K H S L
Decimal 18 250 49 0.93 0 0.80 0.02 128.02 0.96 0.53
Hex 12 FA 31 5D 0 50 2 80 60 35
Octal 22 372 61 135 0 120 2 200 140 65
Binary 10010 11111010 110001 1011101 0 1010000 10 10000000 1100000 110101

Color Harmonies of #12FA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FA31

Black with #12FA31

Text Example


Text Example

White with #12FA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12FA31; }

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

 H1.HeaderClassName
 {
   color: #12FA31;
 }
 .AnyTagClassName
 {
   color: #12FA31;
 }
</style>

background-color css

<style>
 a { background-color: #12FA31; }

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

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

border-color css

<style>
 span { border-color: #12FA31; }

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

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