Html Css Color HEX #1FC221 Lime Green

📋 copy color: '#1FC221'

red 31 ◦ green 194 ◦ blue 33

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

Shades of Lime Green #1FC221

Tints of Lime Green #1FC221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.79%

R = 12.02%
G = 75.19%
B = 12.79%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#1FC221 (or 0x1FC221) is known color: Lime Green. HEX triplet: 1F, C2 and 21. RGB value is (31,194,33). Sum of RGB (Red+Green+Blue) = 31+194+33=258 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.02% from 258); Green value is 194 (76.17% from 255 or 75.19% from 258); Blue value is 33 (13.28% from 255 or 12.79% from 258); Max value from RGB is 194 - color contains mainly: green. Hex color #1FC221 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC221 is #E03DDE. Grayscale: #7F7F7F. Windows color (decimal): -14695903 or 2212383. OLE color: 2212383.

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

Color convert

RGB 31 194 33 -
CMYK 0.84 0 0.83 0.24
HSL 120.74º 0.72% 0.44% -
HSV(B) 120.74º 0.84% 0.76% -
XYZ 20.13 38.98 7.9 -
YUV 126.91 75 59.59 -
System Red Green Blue C M Y K H S L
Decimal 31 194 33 0.84 0 0.83 0.24 120.74 0.72 0.44
Hex 1F C2 21 54 0 53 18 79 48 2C
Octal 37 302 41 124 0 123 30 171 110 54
Binary 11111 11000010 100001 1010100 0 1010011 11000 1111001 1001000 101100

Color Harmonies of #1FC221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC221

Black with #1FC221

Text Example


Text Example

White with #1FC221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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