Html Css Color HEX #1FC127 Lime Green

📋 copy color: '#1FC127'

red 31 ◦ green 193 ◦ blue 39

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

Shades of Lime Green #1FC127

Tints of Lime Green #1FC127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.83%

R = 11.79%
G = 73.38%
B = 14.83%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#1FC127 (or 0x1FC127) is known color: Lime Green. HEX triplet: 1F, C1 and 27. RGB value is (31,193,39). Sum of RGB (Red+Green+Blue) = 31+193+39=263 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.79% from 263); Green value is 193 (75.78% from 255 or 73.38% from 263); Blue value is 39 (15.62% from 255 or 14.83% from 263); Max value from RGB is 193 - color contains mainly: green. Hex color #1FC127 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC127 is #E03ED8. Grayscale: #7F7F7F. Windows color (decimal): -14696153 or 2605343. OLE color: 2605343.

HSL color Cylindrical-coordinate representation of color #1FC127: hue angle of 122.96º 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 #1FC127 is Cyan = 0.84, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 31 193 39 -
CMYK 0.84 0 0.80 0.24
HSL 122.96º 0.72% 0.44% -
HSV(B) 122.96º 0.84% 0.76% -
XYZ 20 38.58 8.31 -
YUV 127.01 78.33 59.52 -
System Red Green Blue C M Y K H S L
Decimal 31 193 39 0.84 0 0.80 0.24 122.96 0.72 0.44
Hex 1F C1 27 54 0 50 18 7B 48 2C
Octal 37 301 47 124 0 120 30 173 110 54
Binary 11111 11000001 100111 1010100 0 1010000 11000 1111011 1001000 101100

Color Harmonies of #1FC127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC127

Black with #1FC127

Text Example


Text Example

White with #1FC127

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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