Html Css Color HEX #1FD42A Lime Green

📋 copy color: '#1FD42A'

red 31 ◦ green 212 ◦ blue 42

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

Shades of Lime Green #1FD42A

Tints of Lime Green #1FD42A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 74.39%

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

R = 10.88%
G = 74.39%
B = 14.74%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#1FD42A (or 0x1FD42A) is known color: Lime Green. HEX triplet: 1F, D4 and 2A. RGB value is (31,212,42). Sum of RGB (Red+Green+Blue) = 31+212+42=285 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.88% from 285); Green value is 212 (83.20% from 255 or 74.39% from 285); Blue value is 42 (16.80% from 255 or 14.74% from 285); Max value from RGB is 212 - color contains mainly: green. Hex color #1FD42A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FD42A is #E02BD5. Grayscale: #8B8B8B. Windows color (decimal): -14691286 or 2806815. OLE color: 2806815.

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

Color convert

RGB 31 212 42 -
CMYK 0.85 0 0.80 0.17
HSL 123.65º 0.74% 0.48% -
HSV(B) 123.65º 0.85% 0.83% -
XYZ 24.53 47.55 10.08 -
YUV 138.5 73.53 51.32 -
System Red Green Blue C M Y K H S L
Decimal 31 212 42 0.85 0 0.80 0.17 123.65 0.74 0.48
Hex 1F D4 2A 55 0 50 11 7C 4A 30
Octal 37 324 52 125 0 120 21 174 112 60
Binary 11111 11010100 101010 1010101 0 1010000 10001 1111100 1001010 110000

Color Harmonies of #1FD42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FD42A

Black with #1FD42A

Text Example


Text Example

White with #1FD42A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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