#00FF2C

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

Shades of Free Speech Green #00FF2C

Tints of Free Speech Green #00FF2C

Color information

#00FF2C (or 0x00FF2C) is unknown color: approx Free Speech Green. HEX triplet: 00, FF and 2C. RGB value is (0,255,44). Sum of RGB (Red+Green+Blue) = 0+255+44=299 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 299); Green value is 255 (100% from 255 or 85.28% from 299); Blue value is 44 (17.58% from 255 or 14.72% from 299); Max value from RGB is 255 - color contains mainly: green. Hex color #00FF2C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #00FF2C is #FF00D3. Grayscale: #9B9B9B. Windows color (decimal): -16711892 or 2948864. OLE color: 2948864.

HSL color Cylindrical-coordinate representation of color #00FF2C: hue angle of 130.35º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FF2C is Cyan = 1, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.

Color convert

RGB025544-
CMYK100.830
HSL130.35º100%50%-
HSV(B)130.35º100%100%-
XYZ36.2171.714.31-
YUV154.765.5217.66-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 255 (100% from 255) = 85.28%
BLUE value IS 44 (17.58% from 255) = 14.72%
R=0%
G=85.28%
B=14.72%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal025544100.830130.3510050
Hex0FF2C640530826432
Octal0377541440123020214462
Binary0111111111011001100100010100110100000101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00FF2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00FF2C; }

 p { color: rgb(0,255,44); }

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

<style>
 a { background-color: #00FF2C; }

 a { background-color: rgb(0,255,44); }

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

<style>
 span { border-color: #00FF2C; }

 span { border-color: rgb(0,255,44); }

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