#1ff030

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

Shades of Free Speech Green #1FF030

Tints of Free Speech Green #1FF030

Color information

#1FF030 (or 0x1FF030) is unknown color: approx Free Speech Green. HEX triplet: 1F, F0 and 30. RGB value is (31,240,48). Sum of RGB (Red+Green+Blue) = 31+240+48=319 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.72% from 319); Green value is 240 (94.14% from 255 or 75.24% from 319); Blue value is 48 (19.14% from 255 or 15.05% from 319); Max value from RGB is 240 - color contains mainly: green. Hex color #1FF030 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FF030 is #E00FCF. Grayscale: #9C9C9C. Windows color (decimal): -14684112 or 3207199. OLE color: 3207199.

HSL color Cylindrical-coordinate representation of color #1FF030: hue angle of 124.88º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FF030 is Cyan = 0.87, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.06.

Color convert

RGB3124048-
CMYK0.8700.80.06
HSL124.88º87.45%53.14%-
HSV(B)124.88º87.08%94.12%-
XYZ32.2662.8213.22-
YUV155.6267.2639.11-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.72%
GREEN value IS 240 (94.14% from 255) = 75.24%
BLUE value IS 48 (19.14% from 255) = 15.05%
R=9.72%
G=75.24%
B=15.05%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal31240480.8700.80.06124.8887.4553.14
Hex1FF0305705067d5735
Octal37360601270120617512765
Binary111111111000011000010101110101000011011111011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ff030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1ff030; }

 p { color: rgb(31,240,48); }

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

<style>
 a { background-color: #1ff030; }

 a { background-color: rgb(31,240,48); }

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

<style>
 span { border-color: #1ff030; }

 span { border-color: rgb(31,240,48); }

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