Html Css Color HEX #1FC72A Lime Green

📋 copy color: '#1FC72A'

red 31 ◦ green 199 ◦ blue 42

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

Shades of Lime Green #1FC72A

Tints of Lime Green #1FC72A

RGB

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

 GREEN value IS 199 (78.13% from 255) = 73.16%

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

R = 11.4%
G = 73.16%
B = 15.44%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#1FC72A (or 0x1FC72A) is known color: Lime Green. HEX triplet: 1F, C7 and 2A. RGB value is (31,199,42). Sum of RGB (Red+Green+Blue) = 31+199+42=272 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.40% from 272); Green value is 199 (78.12% from 255 or 73.16% from 272); Blue value is 42 (16.80% from 255 or 15.44% from 272); Max value from RGB is 199 - color contains mainly: green. Hex color #1FC72A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC72A is #E038D5. Grayscale: #838383. Windows color (decimal): -14694614 or 2803487. OLE color: 2803487.

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

Color convert

RGB 31 199 42 -
CMYK 0.84 0 0.79 0.22
HSL 123.93º 0.73% 0.45% -
HSV(B) 123.93º 0.84% 0.78% -
XYZ 21.41 41.31 9.03 -
YUV 130.87 77.84 56.77 -
System Red Green Blue C M Y K H S L
Decimal 31 199 42 0.84 0 0.79 0.22 123.93 0.73 0.45
Hex 1F C7 2A 54 0 4F 16 7C 49 2D
Octal 37 307 52 124 0 117 26 174 111 55
Binary 11111 11000111 101010 1010100 0 1001111 10110 1111100 1001001 101101

Color Harmonies of #1FC72A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC72A

Black with #1FC72A

Text Example


Text Example

White with #1FC72A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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