Html Css Color HEX #1FD040 Lime Green

📋 copy color: '#1FD040'

red 31 ◦ green 208 ◦ blue 64

#1FD040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #1FD040

Tints of Lime Green #1FD040

RGB

 RED value IS 31 (12.5% from 255) = 10.23%

 GREEN value IS 208 (81.64% from 255) = 68.65%

 BLUE value IS 64 (25.39% from 255) = 21.12%

R = 10.23%
G = 68.65%
B = 21.12%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#1FD040 (or 0x1FD040) is known color: Lime Green. HEX triplet: 1F, D0 and 40. RGB value is (31,208,64). Sum of RGB (Red+Green+Blue) = 31+208+64=303 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.23% from 303); Green value is 208 (81.64% from 255 or 68.65% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 208 - color contains mainly: green. Hex color #1FD040 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FD040 is #E02FBF. Grayscale: #8B8B8B. Windows color (decimal): -14692288 or 4247583. OLE color: 4247583.

HSL color Cylindrical-coordinate representation of color #1FD040: hue angle of 131.19º 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 #1FD040 is Cyan = 0.85, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 31 208 64 -
CMYK 0.85 0 0.69 0.18
HSL 131.19º 0.74% 0.47% -
HSV(B) 131.19º 0.85% 0.82% -
XYZ 24.05 45.77 12.42 -
YUV 138.66 85.86 51.21 -
System Red Green Blue C M Y K H S L
Decimal 31 208 64 0.85 0 0.69 0.18 131.19 0.74 0.47
Hex 1F D0 40 55 0 45 12 83 4A 2F
Octal 37 320 100 125 0 105 22 203 112 57
Binary 11111 11010000 1000000 1010101 0 1000101 10010 10000011 1001010 101111

Color Harmonies of #1FD040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FD040

Black with #1FD040

Text Example


Text Example

White with #1FD040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,208,64); }

 H1.HeaderClassName
 {
   color: #1FD040;
 }
 .AnyTagClassName
 {
   color: #1FD040;
 }
</style>

background-color css

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

 a { background-color: rgb(31,208,64); }

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

border-color css

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

 span { border-color: rgb(31,208,64); }

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