#1FCE34

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

Shades of Lime Green #1FCE34

Tints of Lime Green #1FCE34

Color information

#1FCE34 (or 0x1FCE34) is unknown color: approx Lime Green. HEX triplet: 1F, CE and 34. RGB value is (31,206,52). Sum of RGB (Red+Green+Blue) = 31+206+52=289 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.73% from 289); Green value is 206 (80.86% from 255 or 71.28% from 289); Blue value is 52 (20.70% from 255 or 17.99% from 289); Max value from RGB is 206 - color contains mainly: green. Hex color #1FCE34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FCE34 is #E031CB. Grayscale: #888888. Windows color (decimal): -14692812 or 3460639. OLE color: 3460639.

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

Color convert

RGB3120652-
CMYK0.8500.750.19
HSL127.2º73.84%46.47%-
HSV(B)127.2º84.95%80.78%-
XYZ23.2644.6810.65-
YUV136.1280.5253.02-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.73%
GREEN value IS 206 (80.86% from 255) = 71.28%
BLUE value IS 52 (20.70% from 255) = 17.99%
R=10.73%
G=71.28%
B=17.99%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal31206520.8500.750.19127.273.8446.47
Hex1FCE345504B137f4a2e
Octal373166412501132317711256
Binary11111110011101101001010101010010111001111111111001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FCE34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,206,52); }

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

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

 a { background-color: rgb(31,206,52); }

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

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

 span { border-color: rgb(31,206,52); }

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