#1FE626

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

Shades of Lime Green #1FE626

Tints of Lime Green #1FE626

Color information

#1FE626 (or 0x1FE626) is unknown color: approx Lime Green. HEX triplet: 1F, E6 and 26. RGB value is (31,230,38). Sum of RGB (Red+Green+Blue) = 31+230+38=299 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.37% from 299); Green value is 230 (90.23% from 255 or 76.92% from 299); Blue value is 38 (15.23% from 255 or 12.71% from 299); Max value from RGB is 230 - color contains mainly: green. Hex color #1FE626 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FE626 is #E019D9. Grayscale: #959595. Windows color (decimal): -14686682 or 2549279. OLE color: 2549279.

HSL color Cylindrical-coordinate representation of color #1FE626: hue angle of 122.11º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FE626 is Cyan = 0.87, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.

Color convert

RGB3123038-
CMYK0.8700.830.10
HSL122.11º79.92%51.18%-
HSV(B)122.11º86.52%90.2%-
XYZ29.2157.0211.3-
YUV148.6165.5744.11-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.37%
GREEN value IS 230 (90.23% from 255) = 76.92%
BLUE value IS 38 (15.23% from 255) = 12.71%
R=10.37%
G=76.92%
B=12.71%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal31230380.8700.830.10122.1179.9251.18
Hex1FE62657053A7a5033
Octal373464612701231217212063
Binary1111111100110100110101011101010011101011110101010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FE626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,230,38); }

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

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

 a { background-color: rgb(31,230,38); }

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

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

 span { border-color: rgb(31,230,38); }

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