#1FCB04

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

Shades of Lime Green #1FCB04

Tints of Lime Green #1FCB04

Color information

#1FCB04 (or 0x1FCB04) is unknown color: approx Lime Green. HEX triplet: 1F, CB and 04. RGB value is (31,203,4). Sum of RGB (Red+Green+Blue) = 31+203+4=238 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.03% from 238); Green value is 203 (79.69% from 255 or 85.29% from 238); Blue value is 4 (1.95% from 255 or 1.68% from 238); Max value from RGB is 203 - color contains mainly: green. Hex color #1FCB04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FCB04 is #E034FB. Grayscale: #818181. Windows color (decimal): -14693628 or 314143. OLE color: 314143.

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

Color convert

RGB312034-
CMYK0.8500.980.20
HSL111.86º96.14%40.59%-
HSV(B)111.86º98.03%79.61%-
XYZ21.9443.017.26-
YUV128.8957.5258.18-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.03%
GREEN value IS 203 (79.69% from 255) = 85.29%
BLUE value IS 4 (1.95% from 255) = 1.68%
R=13.03%
G=85.29%
B=1.68%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal3120340.8500.980.20111.8696.1440.59
Hex1FCB45506214706029
Octal37313412501422416014051
Binary11111110010111001010101011000101010011100001100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FCB04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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