Html Css Color HEX #1FD922 Lime Green

📋 copy color: '#1FD922'

red 31 ◦ green 217 ◦ blue 34

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

Shades of Lime Green #1FD922

Tints of Lime Green #1FD922

RGB

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

 GREEN value IS 217 (85.16% from 255) = 76.95%

 BLUE value IS 34 (13.67% from 255) = 12.06%

R = 10.99%
G = 76.95%
B = 12.06%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#1FD922 (or 0x1FD922) is known color: Lime Green. HEX triplet: 1F, D9 and 22. RGB value is (31,217,34). Sum of RGB (Red+Green+Blue) = 31+217+34=282 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.99% from 282); Green value is 217 (85.16% from 255 or 76.95% from 282); Blue value is 34 (13.67% from 255 or 12.06% from 282); Max value from RGB is 217 - color contains mainly: green. Hex color #1FD922 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FD922 is #E026DD. Grayscale: #8D8D8D. Windows color (decimal): -14690014 or 2283807. OLE color: 2283807.

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

Color convert

RGB 31 217 34 -
CMYK 0.86 0 0.84 0.15
HSL 120.97º 0.75% 0.49% -
HSV(B) 120.97º 0.86% 0.85% -
XYZ 25.67 50.03 9.82 -
YUV 140.52 67.88 49.88 -
System Red Green Blue C M Y K H S L
Decimal 31 217 34 0.86 0 0.84 0.15 120.97 0.75 0.49
Hex 1F D9 22 56 0 54 F 79 4B 31
Octal 37 331 42 126 0 124 17 171 113 61
Binary 11111 11011001 100010 1010110 0 1010100 1111 1111001 1001011 110001

Color Harmonies of #1FD922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FD922

Black with #1FD922

Text Example


Text Example

White with #1FD922

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,217,34); }

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

background-color css

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

 a { background-color: rgb(31,217,34); }

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

border-color css

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

 span { border-color: rgb(31,217,34); }

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