#1FBE26

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

Shades of Lime Green #1FBE26

Tints of Lime Green #1FBE26

Color information

#1FBE26 (or 0x1FBE26) is unknown color: approx Lime Green. HEX triplet: 1F, BE and 26. RGB value is (31,190,38). Sum of RGB (Red+Green+Blue) = 31+190+38=259 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.97% from 259); Green value is 190 (74.61% from 255 or 73.36% from 259); Blue value is 38 (15.23% from 255 or 14.67% from 259); Max value from RGB is 190 - color contains mainly: green. Hex color #1FBE26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FBE26 is #E041D9. Grayscale: #7D7D7D. Windows color (decimal): -14696922 or 2539039. OLE color: 2539039.

HSL color Cylindrical-coordinate representation of color #1FBE26: hue angle of 122.64º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FBE26 is Cyan = 0.84, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.25.

Color convert

RGB3119038-
CMYK0.8400.80.25
HSL122.64º71.95%43.33%-
HSV(B)122.64º83.68%74.51%-
XYZ19.3337.268.01-
YUV125.1378.8260.86-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.97%
GREEN value IS 190 (74.61% from 255) = 73.36%
BLUE value IS 38 (15.23% from 255) = 14.67%
R=11.97%
G=73.36%
B=14.67%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal31190380.8400.80.25122.6471.9543.33
Hex1FBE2654050197b482b
Octal372764612401203117311053
Binary11111101111101001101010100010100001100111110111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FBE26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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