Html Css Color HEX #1FD122 Lime Green

📋 copy color: '#1FD122'

red 31 ◦ green 209 ◦ blue 34

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

Shades of Lime Green #1FD122

Tints of Lime Green #1FD122

RGB

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

 GREEN value IS 209 (82.03% from 255) = 76.28%

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

R = 11.31%
G = 76.28%
B = 12.41%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#1FD122 (or 0x1FD122) is known color: Lime Green. HEX triplet: 1F, D1 and 22. RGB value is (31,209,34). Sum of RGB (Red+Green+Blue) = 31+209+34=274 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.31% from 274); Green value is 209 (82.03% from 255 or 76.28% from 274); Blue value is 34 (13.67% from 255 or 12.41% from 274); Max value from RGB is 209 - color contains mainly: green. Hex color #1FD122 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FD122 is #E02EDD. Grayscale: #888888. Windows color (decimal): -14692062 or 2281759. OLE color: 2281759.

HSL color Cylindrical-coordinate representation of color #1FD122: hue angle of 121.01º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FD122 is Cyan = 0.85, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 31 209 34 -
CMYK 0.85 0 0.84 0.18
HSL 121.01º 0.74% 0.47% -
HSV(B) 121.01º 0.85% 0.82% -
XYZ 23.65 46.01 9.15 -
YUV 135.83 70.53 53.23 -
System Red Green Blue C M Y K H S L
Decimal 31 209 34 0.85 0 0.84 0.18 121.01 0.74 0.47
Hex 1F D1 22 55 0 54 12 79 4A 2F
Octal 37 321 42 125 0 124 22 171 112 57
Binary 11111 11010001 100010 1010101 0 1010100 10010 1111001 1001010 101111

Color Harmonies of #1FD122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FD122

Black with #1FD122

Text Example


Text Example

White with #1FD122

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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