Html Css Color HEX #1FE422 Lime Green

📋 copy color: '#1FE422'

red 31 ◦ green 228 ◦ blue 34

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

Shades of Lime Green #1FE422

Tints of Lime Green #1FE422

RGB

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

 GREEN value IS 228 (89.45% from 255) = 77.82%

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

R = 10.58%
G = 77.82%
B = 11.6%

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

#1FE422 (or 0x1FE422) is known color: Lime Green. HEX triplet: 1F, E4 and 22. RGB value is (31,228,34). Sum of RGB (Red+Green+Blue) = 31+228+34=293 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.58% from 293); Green value is 228 (89.45% from 255 or 77.82% from 293); Blue value is 34 (13.67% from 255 or 11.60% from 293); Max value from RGB is 228 - color contains mainly: green. Hex color #1FE422 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FE422 is #E01BDD. Grayscale: #939393. Windows color (decimal): -14687198 or 2286623. OLE color: 2286623.

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

Color convert

RGB 31 228 34 -
CMYK 0.86 0 0.85 0.11
HSL 120.91º 0.78% 0.51% -
HSV(B) 120.91º 0.86% 0.89% -
XYZ 28.6 55.89 10.79 -
YUV 146.98 64.23 45.27 -
System Red Green Blue C M Y K H S L
Decimal 31 228 34 0.86 0 0.85 0.11 120.91 0.78 0.51
Hex 1F E4 22 56 0 55 B 79 4E 33
Octal 37 344 42 126 0 125 13 171 116 63
Binary 11111 11100100 100010 1010110 0 1010101 1011 1111001 1001110 110011

Color Harmonies of #1FE422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FE422

Black with #1FE422

Text Example


Text Example

White with #1FE422

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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