Html Css Color HEX #1FB032 Lime Green

📋 copy color: '#1FB032'

red 31 ◦ green 176 ◦ blue 50

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

Shades of Lime Green #1FB032

Tints of Lime Green #1FB032

RGB

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

 GREEN value IS 176 (69.14% from 255) = 68.48%

 BLUE value IS 50 (19.92% from 255) = 19.46%

R = 12.06%
G = 68.48%
B = 19.46%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#1FB032 (or 0x1FB032) is known color: Lime Green. HEX triplet: 1F, B0 and 32. RGB value is (31,176,50). Sum of RGB (Red+Green+Blue) = 31+176+50=257 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.06% from 257); Green value is 176 (69.14% from 255 or 68.48% from 257); Blue value is 50 (19.92% from 255 or 19.46% from 257); Max value from RGB is 176 - color contains mainly: green. Hex color #1FB032 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FB032 is #E04FCD. Grayscale: #767676. Windows color (decimal): -14700494 or 3321887. OLE color: 3321887.

HSL color Cylindrical-coordinate representation of color #1FB032: hue angle of 127.86º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FB032 is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 31 176 50 -
CMYK 0.82 0 0.72 0.31
HSL 127.86º 0.7% 0.41% -
HSV(B) 127.86º 0.82% 0.69% -
XYZ 16.67 31.57 8.23 -
YUV 118.28 89.46 65.75 -
System Red Green Blue C M Y K H S L
Decimal 31 176 50 0.82 0 0.72 0.31 127.86 0.7 0.41
Hex 1F B0 32 52 0 48 1F 80 46 29
Octal 37 260 62 122 0 110 37 200 106 51
Binary 11111 10110000 110010 1010010 0 1001000 11111 10000000 1000110 101001

Color Harmonies of #1FB032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FB032

Black with #1FB032

Text Example


Text Example

White with #1FB032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,176,50); }

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

background-color css

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

 a { background-color: rgb(31,176,50); }

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

border-color css

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

 span { border-color: rgb(31,176,50); }

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