Html Css Color HEX #1FD61D Lime Green

📋 copy color: '#1FD61D'

red 31 ◦ green 214 ◦ blue 29

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

Shades of Lime Green #1FD61D

Tints of Lime Green #1FD61D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 78.1%

 BLUE value IS 29 (11.72% from 255) = 10.58%

R = 11.31%
G = 78.1%
B = 10.58%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#1FD61D (or 0x1FD61D) is known color: Lime Green. HEX triplet: 1F, D6 and 1D. RGB value is (31,214,29). Sum of RGB (Red+Green+Blue) = 31+214+29=274 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.31% from 274); Green value is 214 (83.98% from 255 or 78.10% from 274); Blue value is 29 (11.72% from 255 or 10.58% from 274); Max value from RGB is 214 - color contains mainly: green. Hex color #1FD61D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FD61D is #E029E2. Grayscale: #8A8A8A. Windows color (decimal): -14690787 or 1955359. OLE color: 1955359.

HSL color Cylindrical-coordinate representation of color #1FD61D: hue angle of 119.35º degrees, saturation: 0.76, 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 #1FD61D is Cyan = 0.86, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 31 214 29 -
CMYK 0.86 0 0.86 0.16
HSL 119.35º 0.76% 0.48% -
HSV(B) 119.35º 0.86% 0.84% -
XYZ 24.83 48.47 9.21 -
YUV 138.19 66.37 51.54 -
System Red Green Blue C M Y K H S L
Decimal 31 214 29 0.86 0 0.86 0.16 119.35 0.76 0.48
Hex 1F D6 1D 56 0 56 10 77 4C 30
Octal 37 326 35 126 0 126 20 167 114 60
Binary 11111 11010110 11101 1010110 0 1010110 10000 1110111 1001100 110000

Color Harmonies of #1FD61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FD61D

Black with #1FD61D

Text Example


Text Example

White with #1FD61D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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