#1FF130

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

Shades of Free Speech Green #1FF130

Tints of Free Speech Green #1FF130

Color information

#1FF130 (or 0x1FF130) is unknown color: approx Free Speech Green. HEX triplet: 1F, F1 and 30. RGB value is (31,241,48). Sum of RGB (Red+Green+Blue) = 31+241+48=320 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.69% from 320); Green value is 241 (94.53% from 255 or 75.31% from 320); Blue value is 48 (19.14% from 255 or 15% from 320); Max value from RGB is 241 - color contains mainly: green. Hex color #1FF130 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FF130 is #E00ECF. Grayscale: #9C9C9C. Windows color (decimal): -14683856 or 3207455. OLE color: 3207455.

HSL color Cylindrical-coordinate representation of color #1FF130: hue angle of 124.86º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FF130 is Cyan = 0.87, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB3124148-
CMYK0.8700.800.05
HSL124.86º88.24%53.33%-
HSV(B)124.86º87.14%94.51%-
XYZ32.5563.4213.32-
YUV156.2166.9338.69-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.69%
GREEN value IS 241 (94.53% from 255) = 75.31%
BLUE value IS 48 (19.14% from 255) = 15%
R=9.69%
G=75.31%
B=15%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal31241480.8700.800.05124.8688.2453.33
Hex1FF1305705057d5835
Octal37361601270120517513065
Binary111111111000111000010101110101000010111111011011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FF130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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