Html Css Color HEX #1FC227 Lime Green

📋 copy color: '#1FC227'

red 31 ◦ green 194 ◦ blue 39

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

Shades of Lime Green #1FC227

Tints of Lime Green #1FC227

RGB

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

 GREEN value IS 194 (76.17% from 255) = 73.48%

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

R = 11.74%
G = 73.48%
B = 14.77%

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

#1FC227 (or 0x1FC227) is known color: Lime Green. HEX triplet: 1F, C2 and 27. RGB value is (31,194,39). Sum of RGB (Red+Green+Blue) = 31+194+39=264 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.74% from 264); Green value is 194 (76.17% from 255 or 73.48% from 264); Blue value is 39 (15.62% from 255 or 14.77% from 264); Max value from RGB is 194 - color contains mainly: green. Hex color #1FC227 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC227 is #E03DD8. Grayscale: #808080. Windows color (decimal): -14695897 or 2605599. OLE color: 2605599.

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

Color convert

RGB 31 194 39 -
CMYK 0.84 0 0.80 0.24
HSL 122.94º 0.72% 0.44% -
HSV(B) 122.94º 0.84% 0.76% -
XYZ 20.22 39.02 8.39 -
YUV 127.59 78 59.1 -
System Red Green Blue C M Y K H S L
Decimal 31 194 39 0.84 0 0.80 0.24 122.94 0.72 0.44
Hex 1F C2 27 54 0 50 18 7B 48 2C
Octal 37 302 47 124 0 120 30 173 110 54
Binary 11111 11000010 100111 1010100 0 1010000 11000 1111011 1001000 101100

Color Harmonies of #1FC227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC227

Black with #1FC227

Text Example


Text Example

White with #1FC227

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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