Html Css Color HEX #1FD413 Lime Green

📋 copy color: '#1FD413'

red 31 ◦ green 212 ◦ blue 19

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

Shades of Lime Green #1FD413

Tints of Lime Green #1FD413

RGB

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

 GREEN value IS 212 (83.2% from 255) = 80.92%

 BLUE value IS 19 (7.81% from 255) = 7.25%

R = 11.83%
G = 80.92%
B = 7.25%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#1FD413 (or 0x1FD413) is known color: Lime Green. HEX triplet: 1F, D4 and 13. RGB value is (31,212,19). Sum of RGB (Red+Green+Blue) = 31+212+19=262 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.83% from 262); Green value is 212 (83.20% from 255 or 80.92% from 262); Blue value is 19 (7.81% from 255 or 7.25% from 262); Max value from RGB is 212 - color contains mainly: green. Hex color #1FD413 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FD413 is #E02BEC. Grayscale: #888888. Windows color (decimal): -14691309 or 1299487. OLE color: 1299487.

HSL color Cylindrical-coordinate representation of color #1FD413: hue angle of 116.27º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1FD413 is Cyan = 0.85, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB 31 212 19 -
CMYK 0.85 0 0.91 0.17
HSL 116.27º 0.84% 0.45% -
HSV(B) 116.27º 0.91% 0.83% -
XYZ 24.23 47.43 8.49 -
YUV 135.88 62.03 53.19 -
System Red Green Blue C M Y K H S L
Decimal 31 212 19 0.85 0 0.91 0.17 116.27 0.84 0.45
Hex 1F D4 13 55 0 5B 11 74 54 2D
Octal 37 324 23 125 0 133 21 164 124 55
Binary 11111 11010100 10011 1010101 0 1011011 10001 1110100 1010100 101101

Color Harmonies of #1FD413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FD413

Black with #1FD413

Text Example


Text Example

White with #1FD413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,212,19); }

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

background-color css

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

 a { background-color: rgb(31,212,19); }

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

border-color css

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

 span { border-color: rgb(31,212,19); }

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