#1FCB1E

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

Shades of Lime Green #1FCB1E

Tints of Lime Green #1FCB1E

Color information

#1FCB1E (or 0x1FCB1E) is unknown color: approx Lime Green. HEX triplet: 1F, CB and 1E. RGB value is (31,203,30). Sum of RGB (Red+Green+Blue) = 31+203+30=264 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.74% from 264); Green value is 203 (79.69% from 255 or 76.89% from 264); Blue value is 30 (12.11% from 255 or 11.36% from 264); Max value from RGB is 203 - color contains mainly: green. Hex color #1FCB1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FCB1E is #E034E1. Grayscale: #848484. Windows color (decimal): -14693602 or 2018079. OLE color: 2018079.

HSL color Cylindrical-coordinate representation of color #1FCB1E: hue angle of 119.65º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCB1E is Cyan = 0.85, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.

Color convert

RGB3120330-
CMYK0.8500.850.20
HSL119.65º74.25%45.69%-
HSV(B)119.65º85.22%79.61%-
XYZ22.1643.18.38-
YUV131.8570.5256.07-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.74%
GREEN value IS 203 (79.69% from 255) = 76.89%
BLUE value IS 30 (12.11% from 255) = 11.36%
R=11.74%
G=76.89%
B=11.36%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal31203300.8500.850.20119.6574.2545.69
Hex1FCB1E5505514784a2e
Octal373133612501252417011256
Binary1111111001011111101010101010101011010011110001001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FCB1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,203,30); }

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

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

 a { background-color: rgb(31,203,30); }

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

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

 span { border-color: rgb(31,203,30); }

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