#1fdc35

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

Shades of Lime Green #1FDC35

Tints of Lime Green #1FDC35

Color information

#1FDC35 (or 0x1FDC35) is unknown color: approx Lime Green. HEX triplet: 1F, DC and 35. RGB value is (31,220,53). Sum of RGB (Red+Green+Blue) = 31+220+53=304 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.20% from 304); Green value is 220 (86.33% from 255 or 72.37% from 304); Blue value is 53 (21.09% from 255 or 17.43% from 304); Max value from RGB is 220 - color contains mainly: green. Hex color #1FDC35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FDC35 is #E023CA. Grayscale: #909090. Windows color (decimal): -14689227 or 3529759. OLE color: 3529759.

HSL color Cylindrical-coordinate representation of color #1FDC35: hue angle of 126.98º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FDC35 is Cyan = 0.86, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB3122053-
CMYK0.8600.760.14
HSL126.98º75.3%49.22%-
HSV(B)126.98º85.91%86.27%-
XYZ26.851.7311.94-
YUV144.4576.3847.08-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.20%
GREEN value IS 220 (86.33% from 255) = 72.37%
BLUE value IS 53 (21.09% from 255) = 17.43%
R=10.20%
G=72.37%
B=17.43%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal31220530.8600.760.14126.9875.349.22
Hex1FDC355604CE7f4b31
Octal373346512601141617711361
Binary1111111011100110101101011001001100111011111111001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1fdc35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,220,53); }

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

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

 a { background-color: rgb(31,220,53); }

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

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

 span { border-color: rgb(31,220,53); }

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