Html Css Color HEX #1FD515 Lime Green

📋 copy color: '#1FD515'

red 31 ◦ green 213 ◦ blue 21

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

Shades of Lime Green #1FD515

Tints of Lime Green #1FD515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.92%

R = 11.7%
G = 80.38%
B = 7.92%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#1FD515 (or 0x1FD515) is known color: Lime Green. HEX triplet: 1F, D5 and 15. RGB value is (31,213,21). Sum of RGB (Red+Green+Blue) = 31+213+21=265 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.70% from 265); Green value is 213 (83.59% from 255 or 80.38% from 265); Blue value is 21 (8.59% from 255 or 7.92% from 265); Max value from RGB is 213 - color contains mainly: green. Hex color #1FD515 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FD515 is #E02AEA. Grayscale: #898989. Windows color (decimal): -14691051 or 1430815. OLE color: 1430815.

HSL color Cylindrical-coordinate representation of color #1FD515: hue angle of 116.88º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1FD515 is Cyan = 0.85, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 31 213 21 -
CMYK 0.85 0 0.90 0.16
HSL 116.88º 0.82% 0.46% -
HSV(B) 116.88º 0.9% 0.84% -
XYZ 24.49 47.93 8.67 -
YUV 136.69 62.7 52.61 -
System Red Green Blue C M Y K H S L
Decimal 31 213 21 0.85 0 0.90 0.16 116.88 0.82 0.46
Hex 1F D5 15 55 0 5A 10 75 52 2E
Octal 37 325 25 125 0 132 20 165 122 56
Binary 11111 11010101 10101 1010101 0 1011010 10000 1110101 1010010 101110

Color Harmonies of #1FD515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FD515

Black with #1FD515

Text Example


Text Example

White with #1FD515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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