Html Css Color HEX #1FD540 Lime Green

📋 copy color: '#1FD540'

red 31 ◦ green 213 ◦ blue 64

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

Shades of Lime Green #1FD540

Tints of Lime Green #1FD540

RGB

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

 GREEN value IS 213 (83.59% from 255) = 69.16%

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

R = 10.06%
G = 69.16%
B = 20.78%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#1FD540 (or 0x1FD540) is known color: Lime Green. HEX triplet: 1F, D5 and 40. RGB value is (31,213,64). Sum of RGB (Red+Green+Blue) = 31+213+64=308 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.06% from 308); Green value is 213 (83.59% from 255 or 69.16% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 213 - color contains mainly: green. Hex color #1FD540 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FD540 is #E02ABF. Grayscale: #8E8E8E. Windows color (decimal): -14691008 or 4248863. OLE color: 4248863.

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

Color convert

RGB 31 213 64 -
CMYK 0.85 0 0.70 0.16
HSL 130.88º 0.75% 0.48% -
HSV(B) 130.88º 0.85% 0.84% -
XYZ 25.28 48.25 12.83 -
YUV 141.6 84.2 49.12 -
System Red Green Blue C M Y K H S L
Decimal 31 213 64 0.85 0 0.70 0.16 130.88 0.75 0.48
Hex 1F D5 40 55 0 46 10 83 4B 30
Octal 37 325 100 125 0 106 20 203 113 60
Binary 11111 11010101 1000000 1010101 0 1000110 10000 10000011 1001011 110000

Color Harmonies of #1FD540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FD540

Black with #1FD540

Text Example


Text Example

White with #1FD540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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