#1FD621

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

Shades of Lime Green #1FD621

Tints of Lime Green #1FD621

Color information

#1FD621 (or 0x1FD621) is unknown color: approx Lime Green. HEX triplet: 1F, D6 and 21. RGB value is (31,214,33). Sum of RGB (Red+Green+Blue) = 31+214+33=278 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.15% from 278); Green value is 214 (83.98% from 255 or 76.98% from 278); Blue value is 33 (13.28% from 255 or 11.87% from 278); Max value from RGB is 214 - color contains mainly: green. Hex color #1FD621 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FD621 is #E029DE. Grayscale: #8B8B8B. Windows color (decimal): -14690783 or 2217503. OLE color: 2217503.

HSL color Cylindrical-coordinate representation of color #1FD621: hue angle of 120.66º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FD621 is Cyan = 0.86, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB3121433-
CMYK0.8600.850.16
HSL120.66º74.69%48.04%-
HSV(B)120.66º85.51%83.92%-
XYZ24.8948.499.49-
YUV138.6568.3751.22-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.15%
GREEN value IS 214 (83.98% from 255) = 76.98%
BLUE value IS 33 (13.28% from 255) = 11.87%
R=11.15%
G=76.98%
B=11.87%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal31214330.8600.850.16120.6674.6948.04
Hex1FD6215605510794b30
Octal373264112601252017111360
Binary11111110101101000011010110010101011000011110011001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FD621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,214,33); }

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

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

 a { background-color: rgb(31,214,33); }

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

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

 span { border-color: rgb(31,214,33); }

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