Html Css Color HEX #1FD128 Lime Green

📋 copy color: '#1FD128'

red 31 ◦ green 209 ◦ blue 40

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

Shades of Lime Green #1FD128

Tints of Lime Green #1FD128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.29%

R = 11.07%
G = 74.64%
B = 14.29%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#1FD128 (or 0x1FD128) is known color: Lime Green. HEX triplet: 1F, D1 and 28. RGB value is (31,209,40). Sum of RGB (Red+Green+Blue) = 31+209+40=280 (37% of max value = 765). Red value is 31 (12.5% from 255 or 11.07% from 280); Green value is 209 (82.03% from 255 or 74.64% from 280); Blue value is 40 (16.02% from 255 or 14.29% from 280); Max value from RGB is 209 - color contains mainly: green. Hex color #1FD128 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FD128 is #E02ED7. Grayscale: #898989. Windows color (decimal): -14692056 or 2674975. OLE color: 2674975.

HSL color Cylindrical-coordinate representation of color #1FD128: hue angle of 123.03º 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 #1FD128 is Cyan = 0.85, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 31 209 40 -
CMYK 0.85 0 0.81 0.18
HSL 123.03º 0.74% 0.47% -
HSV(B) 123.03º 0.85% 0.82% -
XYZ 23.75 46.05 9.64 -
YUV 136.51 73.53 52.74 -
System Red Green Blue C M Y K H S L
Decimal 31 209 40 0.85 0 0.81 0.18 123.03 0.74 0.47
Hex 1F D1 28 55 0 51 12 7B 4A 2F
Octal 37 321 50 125 0 121 22 173 112 57
Binary 11111 11010001 101000 1010101 0 1010001 10010 1111011 1001010 101111

Color Harmonies of #1FD128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FD128

Black with #1FD128

Text Example


Text Example

White with #1FD128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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