#1FF133

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

Shades of Lime Green #1FF133

Tints of Lime Green #1FF133

Color information

#1FF133 (or 0x1FF133) is unknown color: approx Lime Green. HEX triplet: 1F, F1 and 33. RGB value is (31,241,51). Sum of RGB (Red+Green+Blue) = 31+241+51=323 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.60% from 323); Green value is 241 (94.53% from 255 or 74.61% from 323); Blue value is 51 (20.31% from 255 or 15.79% from 323); Max value from RGB is 241 - color contains mainly: green. Hex color #1FF133 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FF133 is #E00ECC. Grayscale: #9D9D9D. Windows color (decimal): -14683853 or 3404063. OLE color: 3404063.

HSL color Cylindrical-coordinate representation of color #1FF133: hue angle of 125.71º 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 #1FF133 is Cyan = 0.87, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB3124151-
CMYK0.8700.790.05
HSL125.71º88.24%53.33%-
HSV(B)125.71º87.14%94.51%-
XYZ32.6263.4413.66-
YUV156.5568.4338.45-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.60%
GREEN value IS 241 (94.53% from 255) = 74.61%
BLUE value IS 51 (20.31% from 255) = 15.79%
R=9.60%
G=74.61%
B=15.79%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal31241510.8700.790.05125.7188.2453.33
Hex1FF1335704F57e5835
Octal37361631270117517613065
Binary111111111000111001110101110100111110111111101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FF133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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