#00F42E

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

Shades of Free Speech Green #00F42E

Tints of Free Speech Green #00F42E

Color information

#00F42E (or 0x00F42E) is unknown color: approx Free Speech Green. HEX triplet: 00, F4 and 2E. RGB value is (0,244,46). Sum of RGB (Red+Green+Blue) = 0+244+46=290 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 290); Green value is 244 (95.70% from 255 or 84.14% from 290); Blue value is 46 (18.36% from 255 or 15.86% from 290); Max value from RGB is 244 - color contains mainly: green. Hex color #00F42E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #00F42E is #FF0BD1. Grayscale: #959595. Windows color (decimal): -16714706 or 3077120. OLE color: 3077120.

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

Color convert

RGB024446-
CMYK100.810.04
HSL131.31º100%47.84%-
HSV(B)131.31º100%95.69%-
XYZ32.8464.913.38-
YUV148.4770.1622.1-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 244 (95.70% from 255) = 84.14%
BLUE value IS 46 (18.36% from 255) = 15.86%
R=0%
G=84.14%
B=15.86%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal024446100.810.04131.3110047.84
Hex0F42E640514836430
Octal0364561440121420314460
Binary011110100101110110010001010001100100000111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00F42E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,244,46); }

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

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

 a { background-color: rgb(0,244,46); }

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

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

 span { border-color: rgb(0,244,46); }

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