Html Css Color HEX #1FD12A Lime Green

📋 copy color: '#1FD12A'

red 31 ◦ green 209 ◦ blue 42

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

Shades of Lime Green #1FD12A

Tints of Lime Green #1FD12A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 74.11%

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

R = 10.99%
G = 74.11%
B = 14.89%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#1FD12A (or 0x1FD12A) is known color: Lime Green. HEX triplet: 1F, D1 and 2A. RGB value is (31,209,42). Sum of RGB (Red+Green+Blue) = 31+209+42=282 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.99% from 282); Green value is 209 (82.03% from 255 or 74.11% from 282); Blue value is 42 (16.80% from 255 or 14.89% from 282); Max value from RGB is 209 - color contains mainly: green. Hex color #1FD12A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FD12A is #E02ED5. Grayscale: #898989. Windows color (decimal): -14692054 or 2806047. OLE color: 2806047.

HSL color Cylindrical-coordinate representation of color #1FD12A: hue angle of 123.71º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FD12A is Cyan = 0.85, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 31 209 42 -
CMYK 0.85 0 0.80 0.18
HSL 123.71º 0.74% 0.47% -
HSV(B) 123.71º 0.85% 0.82% -
XYZ 23.78 46.06 9.83 -
YUV 136.74 74.53 52.58 -
System Red Green Blue C M Y K H S L
Decimal 31 209 42 0.85 0 0.80 0.18 123.71 0.74 0.47
Hex 1F D1 2A 55 0 50 12 7C 4A 2F
Octal 37 321 52 125 0 120 22 174 112 57
Binary 11111 11010001 101010 1010101 0 1010000 10010 1111100 1001010 101111

Color Harmonies of #1FD12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FD12A

Black with #1FD12A

Text Example


Text Example

White with #1FD12A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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