#1FD23F

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

Shades of Lime Green #1FD23F

Tints of Lime Green #1FD23F

Color information

#1FD23F (or 0x1FD23F) is unknown color: approx Lime Green. HEX triplet: 1F, D2 and 3F. RGB value is (31,210,63). Sum of RGB (Red+Green+Blue) = 31+210+63=304 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.20% from 304); Green value is 210 (82.42% from 255 or 69.08% from 304); Blue value is 63 (25% from 255 or 20.72% from 304); Max value from RGB is 210 - color contains mainly: green. Hex color #1FD23F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FD23F is #E02DC0. Grayscale: #8C8C8C. Windows color (decimal): -14691777 or 4182559. OLE color: 4182559.

HSL color Cylindrical-coordinate representation of color #1FD23F: hue angle of 130.73º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FD23F is Cyan = 0.85, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB3121063-
CMYK0.8500.700.18
HSL130.73º74.27%47.25%-
HSV(B)130.73º85.24%82.35%-
XYZ24.5146.7412.43-
YUV139.7284.750.45-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.20%
GREEN value IS 210 (82.42% from 255) = 69.08%
BLUE value IS 63 (25% from 255) = 20.72%
R=10.20%
G=69.08%
B=20.72%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal31210630.8500.700.18130.7374.2747.25
Hex1FD23F5504612834a2f
Octal373227712501062220311257
Binary111111101001011111110101010100011010010100000111001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FD23F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,210,63); }

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

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

 a { background-color: rgb(31,210,63); }

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

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

 span { border-color: rgb(31,210,63); }

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