#1FED33

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

Shades of Lime Green #1FED33

Tints of Lime Green #1FED33

Color information

#1FED33 (or 0x1FED33) is unknown color: approx Lime Green. HEX triplet: 1F, ED and 33. RGB value is (31,237,51). Sum of RGB (Red+Green+Blue) = 31+237+51=319 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.72% from 319); Green value is 237 (92.97% from 255 or 74.29% from 319); Blue value is 51 (20.31% from 255 or 15.99% from 319); Max value from RGB is 237 - color contains mainly: green. Hex color #1FED33 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FED33 is #E012CC. Grayscale: #9A9A9A. Windows color (decimal): -14684877 or 3403039. OLE color: 3403039.

HSL color Cylindrical-coordinate representation of color #1FED33: hue angle of 125.83º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FED33 is Cyan = 0.87, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB3123751-
CMYK0.8700.780.07
HSL125.83º85.12%52.55%-
HSV(B)125.83º86.92%92.94%-
XYZ31.4561.113.27-
YUV154.269.7540.12-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.72%
GREEN value IS 237 (92.97% from 255) = 74.29%
BLUE value IS 51 (20.31% from 255) = 15.99%
R=9.72%
G=74.29%
B=15.99%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal31237510.8700.780.07125.8385.1252.55
Hex1FED335704E77e5535
Octal37355631270116717612565
Binary111111110110111001110101110100111011111111101010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FED33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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