Html Css Color HEX #1FE421 Lime Green

📋 copy color: '#1FE421'

red 31 ◦ green 228 ◦ blue 33

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

Shades of Lime Green #1FE421

Tints of Lime Green #1FE421

RGB

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

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

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

R = 10.62%
G = 78.08%
B = 11.3%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#1FE421 (or 0x1FE421) is known color: Lime Green. HEX triplet: 1F, E4 and 21. RGB value is (31,228,33). Sum of RGB (Red+Green+Blue) = 31+228+33=292 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.62% from 292); Green value is 228 (89.45% from 255 or 78.08% from 292); Blue value is 33 (13.28% from 255 or 11.30% from 292); Max value from RGB is 228 - color contains mainly: green. Hex color #1FE421 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FE421 is #E01BDE. Grayscale: #939393. Windows color (decimal): -14687199 or 2221087. OLE color: 2221087.

HSL color Cylindrical-coordinate representation of color #1FE421: hue angle of 120.61º 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 #1FE421 is Cyan = 0.86, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 31 228 33 -
CMYK 0.86 0 0.86 0.11
HSL 120.61º 0.78% 0.51% -
HSV(B) 120.61º 0.86% 0.89% -
XYZ 28.58 55.89 10.72 -
YUV 146.87 63.73 45.36 -
System Red Green Blue C M Y K H S L
Decimal 31 228 33 0.86 0 0.86 0.11 120.61 0.78 0.51
Hex 1F E4 21 56 0 56 B 79 4E 33
Octal 37 344 41 126 0 126 13 171 116 63
Binary 11111 11100100 100001 1010110 0 1010110 1011 1111001 1001110 110011

Color Harmonies of #1FE421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FE421

Black with #1FE421

Text Example


Text Example

White with #1FE421

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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