Html Css Color HEX #1FE12A Lime Green

📋 copy color: '#1FE12A'

red 31 ◦ green 225 ◦ blue 42

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

Shades of Lime Green #1FE12A

Tints of Lime Green #1FE12A

RGB

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

 GREEN value IS 225 (88.28% from 255) = 75.5%

 BLUE value IS 42 (16.8% from 255) = 14.09%

R = 10.4%
G = 75.5%
B = 14.09%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#1FE12A (or 0x1FE12A) is known color: Lime Green. HEX triplet: 1F, E1 and 2A. RGB value is (31,225,42). Sum of RGB (Red+Green+Blue) = 31+225+42=298 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.40% from 298); Green value is 225 (88.28% from 255 or 75.50% from 298); Blue value is 42 (16.80% from 255 or 14.09% from 298); Max value from RGB is 225 - color contains mainly: green. Hex color #1FE12A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FE12A is #E01ED5. Grayscale: #929292. Windows color (decimal): -14687958 or 2810143. OLE color: 2810143.

HSL color Cylindrical-coordinate representation of color #1FE12A: hue angle of 123.4º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FE12A is Cyan = 0.86, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB 31 225 42 -
CMYK 0.86 0 0.81 0.12
HSL 123.4º 0.76% 0.5% -
HSV(B) 123.4º 0.86% 0.88% -
XYZ 27.91 54.31 11.2 -
YUV 146.13 69.23 45.88 -
System Red Green Blue C M Y K H S L
Decimal 31 225 42 0.86 0 0.81 0.12 123.4 0.76 0.5
Hex 1F E1 2A 56 0 51 C 7B 4C 32
Octal 37 341 52 126 0 121 14 173 114 62
Binary 11111 11100001 101010 1010110 0 1010001 1100 1111011 1001100 110010

Color Harmonies of #1FE12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FE12A

Black with #1FE12A

Text Example


Text Example

White with #1FE12A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,225,42); }

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

background-color css

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

 a { background-color: rgb(31,225,42); }

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

border-color css

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

 span { border-color: rgb(31,225,42); }

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