#12FF2F

Color #12FF2F Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #12FF2F

Tints of Free Speech Green #12FF2F

Color information

#12FF2F (or 0x12FF2F) is unknown color: approx Free Speech Green. HEX triplet: 12, FF and 2F. RGB value is (18,255,47). Sum of RGB (Red+Green+Blue) = 18+255+47=320 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.62% from 320); Green value is 255 (100% from 255 or 79.69% from 320); Blue value is 47 (18.75% from 255 or 14.69% from 320); Max value from RGB is 255 - color contains mainly: green. Hex color #12FF2F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12FF2F is #ED00D0. Grayscale: #A1A1A1. Windows color (decimal): -15532241 or 3145490. OLE color: 3145490.

HSL color Cylindrical-coordinate representation of color #12FF2F: hue angle of 127.34º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FF2F is Cyan = 0.93, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.

Color convert

RGB1825547-
CMYK0.9300.820
HSL127.34º100%53.53%-
HSV(B)127.34º92.94%100%-
XYZ36.5271.8514.63-
YUV160.4363.9826.41-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.62%
GREEN value IS 255 (100% from 255) = 79.69%
BLUE value IS 47 (18.75% from 255) = 14.69%
R=5.62%
G=79.69%
B=14.69%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal18255470.9300.820127.3410053.53
Hex12FF2F5D05207f6436
Octal22377571350122017714466
Binary1001011111111101111101110101010010011111111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12FF2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,255,47); }

 H1.HeaderClassName
 {
   color: #12FF2F;
 }
 .AnyTagClassName
 {
   color: #12FF2F;
 }
</style>
background-color css

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

 a { background-color: rgb(18,255,47); }

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

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

 span { border-color: rgb(18,255,47); }

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