#01D30F

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

Shades of Free Speech Green #01D30F

Tints of Free Speech Green #01D30F

Color information

#01D30F (or 0x01D30F) is unknown color: approx Free Speech Green. HEX triplet: 01, D3 and 0F. RGB value is (1,211,15). Sum of RGB (Red+Green+Blue) = 1+211+15=227 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 227); Green value is 211 (82.81% from 255 or 92.95% from 227); Blue value is 15 (6.25% from 255 or 6.61% from 227); Max value from RGB is 211 - color contains mainly: green. Hex color #01D30F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01D30F is #FE2CF0. Grayscale: #7E7E7E. Windows color (decimal): -16657649 or 1037057. OLE color: 1037057.

HSL color Cylindrical-coordinate representation of color #01D30F: hue angle of 124º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D30F is Cyan = 1.00, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.17.

Color convert

RGB121115-
CMYK1.0000.930.17
HSL124º99.06%41.57%-
HSV(B)124º99.53%82.75%-
XYZ23.3946.638.22-
YUV125.8765.4338.94-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.44%
GREEN value IS 211 (82.81% from 255) = 92.95%
BLUE value IS 15 (6.25% from 255) = 6.61%
R=0.44%
G=92.95%
B=6.61%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1211151.0000.930.1712499.0641.57
Hex1D3F6405D117c632a
Octal13231714401352117414352
Binary11101001111111100100010111011000111111001100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01D30F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01D30F; }

 p { color: rgb(1,211,15); }

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

<style>
 a { background-color: #01D30F; }

 a { background-color: rgb(1,211,15); }

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

<style>
 span { border-color: #01D30F; }

 span { border-color: rgb(1,211,15); }

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