Html Css Color HEX #1FC129 Lime Green

📋 copy color: '#1FC129'

red 31 ◦ green 193 ◦ blue 41

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

Shades of Lime Green #1FC129

Tints of Lime Green #1FC129

RGB

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

 GREEN value IS 193 (75.78% from 255) = 72.83%

 BLUE value IS 41 (16.41% from 255) = 15.47%

R = 11.7%
G = 72.83%
B = 15.47%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#1FC129 (or 0x1FC129) is known color: Lime Green. HEX triplet: 1F, C1 and 29. RGB value is (31,193,41). Sum of RGB (Red+Green+Blue) = 31+193+41=265 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.70% from 265); Green value is 193 (75.78% from 255 or 72.83% from 265); Blue value is 41 (16.41% from 255 or 15.47% from 265); Max value from RGB is 193 - color contains mainly: green. Hex color #1FC129 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC129 is #E03ED6. Grayscale: #7F7F7F. Windows color (decimal): -14696151 or 2736415. OLE color: 2736415.

HSL color Cylindrical-coordinate representation of color #1FC129: hue angle of 123.7º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC129 is Cyan = 0.84, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 31 193 41 -
CMYK 0.84 0 0.79 0.24
HSL 123.7º 0.72% 0.44% -
HSV(B) 123.7º 0.84% 0.76% -
XYZ 20.04 38.59 8.49 -
YUV 127.23 79.33 59.36 -
System Red Green Blue C M Y K H S L
Decimal 31 193 41 0.84 0 0.79 0.24 123.7 0.72 0.44
Hex 1F C1 29 54 0 4F 18 7C 48 2C
Octal 37 301 51 124 0 117 30 174 110 54
Binary 11111 11000001 101001 1010100 0 1001111 11000 1111100 1001000 101100

Color Harmonies of #1FC129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC129

Black with #1FC129

Text Example


Text Example

White with #1FC129

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,193,41); }

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

background-color css

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

 a { background-color: rgb(31,193,41); }

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

border-color css

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

 span { border-color: rgb(31,193,41); }

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