Html Css Color HEX #1FC42A Lime Green

📋 copy color: '#1FC42A'

red 31 ◦ green 196 ◦ blue 42

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

Shades of Lime Green #1FC42A

Tints of Lime Green #1FC42A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 72.86%

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

R = 11.52%
G = 72.86%
B = 15.61%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#1FC42A (or 0x1FC42A) is known color: Lime Green. HEX triplet: 1F, C4 and 2A. RGB value is (31,196,42). Sum of RGB (Red+Green+Blue) = 31+196+42=269 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.52% from 269); Green value is 196 (76.95% from 255 or 72.86% from 269); Blue value is 42 (16.80% from 255 or 15.61% from 269); Max value from RGB is 196 - color contains mainly: green. Hex color #1FC42A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC42A is #E03BD5. Grayscale: #818181. Windows color (decimal): -14695382 or 2802719. OLE color: 2802719.

HSL color Cylindrical-coordinate representation of color #1FC42A: hue angle of 124º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC42A is Cyan = 0.84, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB 31 196 42 -
CMYK 0.84 0 0.79 0.23
HSL 124º 0.73% 0.45% -
HSV(B) 124º 0.84% 0.77% -
XYZ 20.72 39.94 8.81 -
YUV 129.11 78.84 58.02 -
System Red Green Blue C M Y K H S L
Decimal 31 196 42 0.84 0 0.79 0.23 124 0.73 0.45
Hex 1F C4 2A 54 0 4F 17 7C 49 2D
Octal 37 304 52 124 0 117 27 174 111 55
Binary 11111 11000100 101010 1010100 0 1001111 10111 1111100 1001001 101101

Color Harmonies of #1FC42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC42A

Black with #1FC42A

Text Example


Text Example

White with #1FC42A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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