Html Css Color HEX #1FE222 Lime Green

📋 copy color: '#1FE222'

red 31 ◦ green 226 ◦ blue 34

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

Shades of Lime Green #1FE222

Tints of Lime Green #1FE222

RGB

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

 GREEN value IS 226 (88.67% from 255) = 77.66%

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

R = 10.65%
G = 77.66%
B = 11.68%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.85

 K value IS 0.11

RGB Variations

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

Color information

#1FE222 (or 0x1FE222) is known color: Lime Green. HEX triplet: 1F, E2 and 22. RGB value is (31,226,34). Sum of RGB (Red+Green+Blue) = 31+226+34=291 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.65% from 291); Green value is 226 (88.67% from 255 or 77.66% from 291); Blue value is 34 (13.67% from 255 or 11.68% from 291); Max value from RGB is 226 - color contains mainly: green. Hex color #1FE222 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FE222 is #E01DDD. Grayscale: #929292. Windows color (decimal): -14687710 or 2286111. OLE color: 2286111.

HSL color Cylindrical-coordinate representation of color #1FE222: hue angle of 120.92º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FE222 is Cyan = 0.86, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.

Color convert

RGB 31 226 34 -
CMYK 0.86 0 0.85 0.11
HSL 120.92º 0.77% 0.5% -
HSV(B) 120.92º 0.86% 0.89% -
XYZ 28.05 54.8 10.61 -
YUV 145.81 64.9 46.11 -
System Red Green Blue C M Y K H S L
Decimal 31 226 34 0.86 0 0.85 0.11 120.92 0.77 0.5
Hex 1F E2 22 56 0 55 B 79 4D 32
Octal 37 342 42 126 0 125 13 171 115 62
Binary 11111 11100010 100010 1010110 0 1010101 1011 1111001 1001101 110010

Color Harmonies of #1FE222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FE222

Black with #1FE222

Text Example


Text Example

White with #1FE222

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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