Html Css Color HEX #1FC222 Lime Green

📋 copy color: '#1FC222'

red 31 ◦ green 194 ◦ blue 34

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

Shades of Lime Green #1FC222

Tints of Lime Green #1FC222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.13%

R = 11.97%
G = 74.9%
B = 13.13%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#1FC222 (or 0x1FC222) is known color: Lime Green. HEX triplet: 1F, C2 and 22. RGB value is (31,194,34). Sum of RGB (Red+Green+Blue) = 31+194+34=259 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.97% from 259); Green value is 194 (76.17% from 255 or 74.90% from 259); Blue value is 34 (13.67% from 255 or 13.13% from 259); Max value from RGB is 194 - color contains mainly: green. Hex color #1FC222 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC222 is #E03DDD. Grayscale: #7F7F7F. Windows color (decimal): -14695902 or 2277919. OLE color: 2277919.

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

Color convert

RGB 31 194 34 -
CMYK 0.84 0 0.82 0.24
HSL 121.1º 0.72% 0.44% -
HSV(B) 121.1º 0.84% 0.76% -
XYZ 20.15 38.99 7.98 -
YUV 127.02 75.5 59.51 -
System Red Green Blue C M Y K H S L
Decimal 31 194 34 0.84 0 0.82 0.24 121.1 0.72 0.44
Hex 1F C2 22 54 0 52 18 79 48 2C
Octal 37 302 42 124 0 122 30 171 110 54
Binary 11111 11000010 100010 1010100 0 1010010 11000 1111001 1001000 101100

Color Harmonies of #1FC222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC222

Black with #1FC222

Text Example


Text Example

White with #1FC222

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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