Html Css Color HEX #1FD31A Lime Green

📋 copy color: '#1FD31A'

red 31 ◦ green 211 ◦ blue 26

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

Shades of Lime Green #1FD31A

Tints of Lime Green #1FD31A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 78.73%

 BLUE value IS 26 (10.55% from 255) = 9.7%

R = 11.57%
G = 78.73%
B = 9.7%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#1FD31A (or 0x1FD31A) is known color: Lime Green. HEX triplet: 1F, D3 and 1A. RGB value is (31,211,26). Sum of RGB (Red+Green+Blue) = 31+211+26=268 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.57% from 268); Green value is 211 (82.81% from 255 or 78.73% from 268); Blue value is 26 (10.55% from 255 or 9.70% from 268); Max value from RGB is 211 - color contains mainly: green. Hex color #1FD31A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FD31A is #E02CE5. Grayscale: #888888. Windows color (decimal): -14691558 or 1757983. OLE color: 1757983.

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

Color convert

RGB 31 211 26 -
CMYK 0.85 0 0.88 0.17
HSL 118.38º 0.78% 0.46% -
HSV(B) 118.38º 0.88% 0.83% -
XYZ 24.05 46.95 8.77 -
YUV 136.09 65.87 53.04 -
System Red Green Blue C M Y K H S L
Decimal 31 211 26 0.85 0 0.88 0.17 118.38 0.78 0.46
Hex 1F D3 1A 55 0 58 11 76 4E 2E
Octal 37 323 32 125 0 130 21 166 116 56
Binary 11111 11010011 11010 1010101 0 1011000 10001 1110110 1001110 101110

Color Harmonies of #1FD31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FD31A

Black with #1FD31A

Text Example


Text Example

White with #1FD31A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,211,26); }

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

background-color css

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

 a { background-color: rgb(31,211,26); }

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

border-color css

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

 span { border-color: rgb(31,211,26); }

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